diff options
Diffstat (limited to 'standalone/android/runshell')
-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 } |