From d51d6d86ce731c85273964fb62b1b95d025caff9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Mar 2019 18:38:05 -0300 Subject: Fix git parameter expansion --- lib/keyringer/actions/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keyringer/actions/git b/lib/keyringer/actions/git index f2cb684..1c61e4e 100755 --- a/lib/keyringer/actions/git +++ b/lib/keyringer/actions/git @@ -14,5 +14,5 @@ CWD="`pwd`" shift # Run git command -mkdir -p "$BASEDIR" && cd "$BASEDIR" && git $* +mkdir -p "$BASEDIR" && cd "$BASEDIR" && git "$@" cd "$CWD" -- cgit v1.2.3