From 7d4b7ba77f88e1b85a7e4d11dbf4a2995aacc43d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Dec 2012 12:20:44 -0400 Subject: 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(-) (limited to 'standalone/osx/git-annex.app/Contents/MacOS') diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index bdeee6d97..211f174fc 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 -- cgit v1.2.3