]> arthur.barton.de Git - bup.git/commitdiff
Quote command arguments in import-duplicity-cmd.sh.
authorRob Browning <rlb@defaultvalue.org>
Sun, 7 Oct 2012 18:57:09 +0000 (13:57 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 9 Mar 2015 01:55:15 +0000 (20:55 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
cmd/import-duplicity-cmd.sh

index 14e93533fb32d21d6129d9ec566387553edb8d7b..0971fd0ddeaac398f9aecce1ed97cb07e4f96ac7 100755 (executable)
@@ -27,8 +27,8 @@ bup()
     $dry_run "${BUP_MAIN_EXE:=bup}" "$@"
 }
 
-duplicity_target_url=$1
-branch=$2
+duplicity_target_url="$1"
+branch="$2"
 
 [ -n "$duplicity_target_url" -a "$#" = 2 ] || usage