From 6c8fc4bd4da0644e87d90ee9b7884d1a4cbbd682 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 20 Dec 2014 16:36:28 +0100 Subject: [PATCH] axify: Fix quoting of output in Download() function --- scripts/axify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2