From: Alexander Barton Date: Sat, 20 Dec 2014 15:36:28 +0000 (+0100) Subject: axify: Fix quoting of output in Download() function X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-make.git;a=commitdiff_plain;h=6c8fc4bd4da0644e87d90ee9b7884d1a4cbbd682 axify: Fix quoting of output in Download() function --- diff --git a/scripts/axify b/scripts/axify index b9ea12f..160567d 100755 --- a/scripts/axify +++ b/scripts/axify @@ -29,7 +29,7 @@ Download() { URL="$1" FILE="$2" - echo "Downloading $URL to $FILE ..." + echo "Downloading $URL to \"$FILE\" ..." curl --version >/dev/null 2>&1 if [ $? -eq 0 ]; then