From 34de0a5a717b03da4ad03f2bfd0dc25f45867714 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 8 Sep 2018 19:34:59 +0200 Subject: [PATCH] uninstaller: fix error handling --- 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 905755e..1b40c5f 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -229,7 +229,7 @@ system_mode_uninstall () { fi restore_gapps - xargs rm -f < ${system_list} || " !! failed to remove files" + xargs rm -f < ${system_list} || error "failed to remove files" # remove empty directories # (find -empty not available on Android)