]> arthur.barton.de Git - ax-make.git/commitdiff
axify: Fix quoting of output in Download() function
authorAlexander Barton <alex@barton.de>
Sat, 20 Dec 2014 15:36:28 +0000 (16:36 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 20 Dec 2014 15:36:30 +0000 (16:36 +0100)
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