From a9c80971471c691a17e9c70cfdf73e75204746af Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 9 May 2019 18:35:13 +0200 Subject: [PATCH] Uninstaller: syntax fix --- uninstaller/META-INF/com/google/android/update-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 570d8cb..eb0a29f 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -352,7 +352,7 @@ if [ -d /data/adb/modules ]; then rm -rf /data/adb/modules/${module} fi done -done +fi ui_print " >> clean up"