From 218f418efe0a6aa11a7e6c7a7af5a8cba40dc337 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Dec 2013 16:36:48 -0400 Subject: make wrappers run git-shell, now that it's included, rather than git shell --- standalone/linux/skel/git-shell | 2 +- standalone/osx/git-annex.app/Contents/MacOS/git-shell | 2 +- 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 "$@" -- cgit v1.2.3