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:
parent
6d84e23a41
commit
bcd0c227e6
1 changed files with 1 additions and 1 deletions
|
@ -65,5 +65,5 @@ if [ "$1" ]; then
|
||||||
shift 1
|
shift 1
|
||||||
exec "$cmd" "$@"
|
exec "$cmd" "$@"
|
||||||
else
|
else
|
||||||
sh
|
$SHELL
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue