From: Roland Häder Date: Thu, 6 Feb 2020 13:22:23 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=commitdiff_plain;h=1df1deea0ecb7848238af169364c13f4317bef47 Continued: - double-quotes are required for Windows paths like "c:/Program Files/" Signed-off-by: Roland Häder --- diff --git a/build-dist-all.sh b/build-dist-all.sh index 5c2da77..57775ca 100755 --- a/build-dist-all.sh +++ b/build-dist-all.sh @@ -34,7 +34,7 @@ for project in ${LIST}; do fi # Build JAR - ${ANT_BIN} jar + "${ANT_BIN}" jar # Save status STATUS="$?" @@ -43,7 +43,7 @@ for project in ${LIST}; do if [ "${STATUS}" != "0" ] then # This has failed, so try "dist" - ${ANT_BIN} dist + "${ANT_BIN}" dist STATUS="$?" # Still failing? Oh, to bad