From 1fbd08db8bc7cfe4f2dbfb630ad469d0a935e0b6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Feb 2013 14:50:14 -0400 Subject: [PATCH] remove pause after run Terminal is configured to pause too. --- standalone/android/runshell | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/standalone/android/runshell b/standalone/android/runshell index 9e60c2045a..e21e6bfe03 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