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.
This commit is contained in:
Joey Hess 2012-12-17 12:20:44 -04:00
parent 6d84e23a41
commit bcd0c227e6

View file

@ -65,5 +65,5 @@ if [ "$1" ]; then
shift 1 shift 1
exec "$cmd" "$@" exec "$cmd" "$@"
else else
sh $SHELL
fi fi