run system shell for interactive shell
This way PS1 settings etc work.
This commit is contained in:
parent
61a12ce47f
commit
bf783d141d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ run () {
|
|||
shift 1
|
||||
exec "$cmd" "$@"
|
||||
else
|
||||
$cmd sh
|
||||
/system/bin/sh
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue