summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstandalone/linux/skel/git-shell2
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/git-shell2
2 files changed, 2 insertions, 2 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 "$@"
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/git-shell b/standalone/osx/git-annex.app/Contents/MacOS/git-shell
index 5088d3466..7a74904f2 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/git-shell
+++ b/standalone/osx/git-annex.app/Contents/MacOS/git-shell
@@ -28,4 +28,4 @@ if [ -e "$base/git-annex" ]; then
export GIT_ANNEX_APP_BASE
fi
-exec "$base/runshell" git shell "$@"
+exec "$base/runshell" git-shell "$@"