]> arthur.barton.de Git - ax-make.git/blobdiff - scripts/axify
axify: Fix quoting of output in Download() function
[ax-make.git] / scripts / axify
index b9ea12f64ee9dbaa5cb8d6412e8d3bafde0599d8..160567d3915eb38ccfe99d660bf385251c526d9e 100755 (executable)
@@ -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