From 16285d1986275c7622164a6c1033c6e058676091 Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Sat, 21 Dec 2019 15:11:56 -0700 Subject: [PATCH] Fixed space issues in script --- _updatePublisher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_updatePublisher.sh b/_updatePublisher.sh index a771120..be33d0f 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -32,10 +32,10 @@ else fi if $upgrade ; then - message = "Overwrite $jarlocation? [Y/N] " + message="Overwrite $jarlocation? [Y/N] " else echo Will place publisher jar here: $input_cache_path$publisher_jar - message = "Ok? [Y/N] " + message="Ok? [Y/N] " fi read -r -p $message response