From bcd0c227e66afc602b49a8ecfe6c536d5ed3943e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Dec 2012 12:20:44 -0400 Subject: [PATCH] back to $SHELL for OSX app This is safe because we no longer mess with LD_PRELOAD equivilants. Since the linux standalone bundle still does, it continues to run sh. --- standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index bdeee6d97d..211f174fc5 100755 --- a/standalone/osx/git-annex.app/Contents/MacOS/runshell +++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell @@ -65,5 +65,5 @@ if [ "$1" ]; then shift 1 exec "$cmd" "$@" else - sh + $SHELL fi