summaryrefslogtreecommitdiff
path: root/META-INF/com/google/android
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2019-08-04 01:16:54 -0300
committerosm0sis <osm0sis@outlook.com>2019-08-04 01:16:54 -0300
commitf3f80014cc4f053a8ed7230136bee83cd42644d1 (patch)
tree0e2f0ec7e91d2f9c0aaf00fa81b7e94df60c1490 /META-INF/com/google/android
parent958b2c873ab36f52c4830b3bb224c3753d5c47cd (diff)
AK3+Backend: fix multi-line abort outputs
Diffstat (limited to 'META-INF/com/google/android')
-rwxr-xr-xMETA-INF/com/google/android/update-binary2
1 files changed, 1 insertions, 1 deletions
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;