From f3f80014cc4f053a8ed7230136bee83cd42644d1 Mon Sep 17 00:00:00 2001 From: osm0sis Date: Sun, 4 Aug 2019 01:16:54 -0300 Subject: AK3+Backend: fix multi-line abort outputs --- META-INF/com/google/android/update-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'META-INF/com/google/android') diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index 8758ade..4d7a38e 100755 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -53,7 +53,7 @@ unmount_all() { $bb umount /data) 2>/dev/null; } abort() { - ui_print "$*"; + ui_print "$@"; debugging; if [ ! -f anykernel.sh -o "$(file_getprop anykernel.sh do.cleanuponabort 2>/dev/null)" == 1 ]; then cleanup; -- cgit v1.2.3