From 3a60010f672c59e55f1cd708d2790f918bcbed55 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 18 Jan 2021 18:52:55 +0100 Subject: [PATCH] decho () is only in CommonInstaller --- uninstaller/META-INF/com/google/android/update-binary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index adf682ec..3aadf66f 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -142,14 +142,14 @@ mount_partitions () { [ -z ${SLOT} ] || SLOT=_${SLOT} fi [ -z ${SLOT} ] && DEVICE_AB=FALSE || DEVICE_AB=TRUE - decho " INFO: #1 [SLOT] ${SLOT}" + echo " INFO: #1 [SLOT] ${SLOT}" - is_mounted /data || mount /data || decho "failed to mount /data!" + is_mounted /data || mount /data || echo "failed to mount /data!" mount -o bind /dev/urandom /dev/random SYSTEM_BLOCK=$(find_block system) - decho " INFO: #5 [SYSTEM_BLOCK] ${SYSTEM_BLOCK}" + echo " INFO: #5 [SYSTEM_BLOCK] ${SYSTEM_BLOCK}" if is_mounted /system_root; then umount /system 2&>/dev/null