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
|
shift 1
|
||||||
exec "$cmd" "$@"
|
exec "$cmd" "$@"
|
||||||
else
|
else
|
||||||
$cmd sh
|
/system/bin/sh
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue