runshell: start sh, not $SHELL
$SHELL may need libraries not included in the bundle
This commit is contained in:
parent
48b17bd8ec
commit
0931ad6be8
2 changed files with 2 additions and 2 deletions
|
@ -67,5 +67,5 @@ if [ "$1" ]; then
|
|||
shift 1
|
||||
exec "$cmd" "$@"
|
||||
else
|
||||
$SHELL
|
||||
sh
|
||||
fi
|
||||
|
|
|
@ -74,5 +74,5 @@ if [ "$1" ]; then
|
|||
shift 1
|
||||
exec "$cmd" "$@"
|
||||
else
|
||||
$SHELL
|
||||
sh
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue