make wrappers run git-shell, now that it's included, rather than git shell
This commit is contained in:
parent
74bccbcd9c
commit
4124a27ec9
2 changed files with 2 additions and 2 deletions
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue