summaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 16:36:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 16:36:48 -0400
commit218f418efe0a6aa11a7e6c7a7af5a8cba40dc337 (patch)
treeb782ef64a0d6dbc73ecfb1edf45d0a0dbab04875 /standalone/linux
parent8fdab6ffbb3e348255a78628ac5e7f2bca9ee864 (diff)
make wrappers run git-shell, now that it's included, rather than git shell
Diffstat (limited to 'standalone/linux')
-rwxr-xr-xstandalone/linux/skel/git-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/linux/skel/git-shell b/standalone/linux/skel/git-shell
index 4dbc4d1ca..e3cef0f67 100755
--- a/standalone/linux/skel/git-shell
+++ b/standalone/linux/skel/git-shell
@@ -28,4 +28,4 @@ if [ -e "$base/bin/git-annex" ]; then
export GIT_ANNEX_APP_BASE
fi
-exec "$base/runshell" git shell "$@"
+exec "$base/runshell" git-shell "$@"