diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-27 16:36:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-27 16:36:48 -0400 |
commit | 218f418efe0a6aa11a7e6c7a7af5a8cba40dc337 (patch) | |
tree | b782ef64a0d6dbc73ecfb1edf45d0a0dbab04875 /standalone/osx | |
parent | 8fdab6ffbb3e348255a78628ac5e7f2bca9ee864 (diff) |
make wrappers run git-shell, now that it's included, rather than git shell
Diffstat (limited to 'standalone/osx')
-rwxr-xr-x | standalone/osx/git-annex.app/Contents/MacOS/git-shell | 2 |
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 "$@" |