From 10b1fbee699f4ea5aa26ea10d7eed9a96aedfca5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 9 Oct 2014 22:36:18 -0700 Subject: [PATCH] Quote the assignment --- src/scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/backup.sh b/src/scripts/backup.sh index 76687e551..3313336dd 100755 --- a/src/scripts/backup.sh +++ b/src/scripts/backup.sh @@ -21,7 +21,7 @@ if [ $# -lt 1 ]; then exit 1 fi -BACKUP_URL=$1 +BACKUP_URL="$1" # Stop the box echo "Stopping box"