summaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents/MacOS/runshell
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-17 12:20:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-17 12:20:44 -0400
commit7d4b7ba77f88e1b85a7e4d11dbf4a2995aacc43d (patch)
treed3e33baeb953cd6d9ec3e23abb7c22614ba26b6b /standalone/osx/git-annex.app/Contents/MacOS/runshell
parentae7a5d2e0c3e967ee98cc2c1cc684ee8954162f6 (diff)
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.
Diffstat (limited to 'standalone/osx/git-annex.app/Contents/MacOS/runshell')
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/runshell2
1 files changed, 1 insertions, 1 deletions
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