summaryrefslogtreecommitdiff
path: root/standalone/osx
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/osx
parent8fdab6ffbb3e348255a78628ac5e7f2bca9ee864 (diff)
make wrappers run git-shell, now that it's included, rather than git shell
Diffstat (limited to 'standalone/osx')
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/git-shell2
1 files changed, 1 insertions, 1 deletions
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 "$@"