From 602f406b4a74b26b32c3af8ba20d5bebcebdc5d9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Dec 2012 14:44:44 -0400 Subject: runshell: start sh, not $SHELL $SHELL may need libraries not included in the bundle --- standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/osx/git-annex.app') diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index 51748285a..ade1dd3f6 100755 --- a/standalone/osx/git-annex.app/Contents/MacOS/runshell +++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell @@ -74,5 +74,5 @@ if [ "$1" ]; then shift 1 exec "$cmd" "$@" else - $SHELL + sh fi -- cgit v1.2.3