]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix git parameter expansion
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Mar 2019 21:38:05 +0000 (18:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Mar 2019 21:38:05 +0000 (18:38 -0300)
lib/keyringer/actions/git

index f2cb68461cdc35c359ade2bb5769db6ef0bacd73..1c61e4edf12bffa910c524d2caf2bb9d63af1086 100755 (executable)
@@ -14,5 +14,5 @@ CWD="`pwd`"
 shift
 
 # Run git command
-mkdir -p "$BASEDIR" && cd "$BASEDIR" && git $*
+mkdir -p "$BASEDIR" && cd "$BASEDIR" && git "$@"
 cd "$CWD"