make wrappers run git-shell, now that it's included, rather than git shell

This commit is contained in:
Joey Hess 2013-12-27 16:36:48 -04:00
parent 74bccbcd9c
commit 4124a27ec9
2 changed files with 2 additions and 2 deletions

View file

@ -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 "$@"

View file

@ -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 "$@"