summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-24 14:34:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-24 14:34:47 -0400
commitb77408d29164f0a22e43634165380e40c95a71af (patch)
treefc476d3fb4aa3e5dd078951b13905df09330c275 /standalone
parent502e6aa7f9a247dc45fb79b4e5d0a02c00601b29 (diff)
run system shell for interactive shell
This way PS1 settings etc work.
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/android/runshell2
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
}