aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/git
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-11-14 15:16:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-11-14 15:16:01 -0300
commit2fce48f2a17e502ad5668197dc6f33a6ce7daee0 (patch)
treefc02cb407f34935c40c4b46528685740f99a9fec /lib/keyringer/actions/git
parent2ca50eab622d4f3b5017a213ab7aa123b4747579 (diff)
parent7d1c32c22d7ac199797dfdd691264ebd3379a161 (diff)
downloadkeyringer-2fce48f2a17e502ad5668197dc6f33a6ce7daee0.tar.gz
keyringer-2fce48f2a17e502ad5668197dc6f33a6ce7daee0.tar.bz2
Merge tag 'upstream_keyringer_0.5.5' into debian
Upstream version 0.5.5
Diffstat (limited to 'lib/keyringer/actions/git')
-rwxr-xr-xlib/keyringer/actions/git2
1 files changed, 1 insertions, 1 deletions
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"