summaryrefslogtreecommitdiff
path: root/standalone/android/runshell
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-23 14:50:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-23 14:50:14 -0400
commit8dae0a1d807c5844936cfd218770cb2209df8df5 (patch)
tree46823725d8ca11313c2a26961d1a0fb221929b3b /standalone/android/runshell
parentc23b88c3425bacca8148f95dd438083d027d3161 (diff)
remove pause after run
Terminal is configured to pause too.
Diffstat (limited to 'standalone/android/runshell')
-rwxr-xr-xstandalone/android/runshell7
1 files changed, 1 insertions, 6 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell
index 9e60c2045..e21e6bfe0 100755
--- a/standalone/android/runshell
+++ b/standalone/android/runshell
@@ -115,9 +115,4 @@ if ! install; then
echo "install failed. Please report a bug."
read line
fi
-if ! run; then
- # The shell could exit nonzero after successful use, so
- # show no message, but do wait to let the user see
- # if it failed to start.
- read line
-fi
+run