diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-24 14:34:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-24 14:34:47 -0400 |
commit | b77408d29164f0a22e43634165380e40c95a71af (patch) | |
tree | fc476d3fb4aa3e5dd078951b13905df09330c275 /standalone/android | |
parent | 502e6aa7f9a247dc45fb79b4e5d0a02c00601b29 (diff) |
run system shell for interactive shell
This way PS1 settings etc work.
Diffstat (limited to 'standalone/android')
-rwxr-xr-x | standalone/android/runshell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell index 1211cbcba..8e6c12462 100755 --- a/standalone/android/runshell +++ b/standalone/android/runshell @@ -100,7 +100,7 @@ run () { shift 1 exec "$cmd" "$@" else - $cmd sh + /system/bin/sh fi } |