From 8abc2a34320ee4eef16302463b13118f3f1a4cc3 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 9 Apr 2017 09:22:05 -0500 Subject: [PATCH] Fix indentation in update-binary * This was bothering me Signed-off-by: Paul Keith --- build/meta/com/google/android/update-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index b7977bb..3c1e6dd 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -32,7 +32,7 @@ ui_print "**********************" ui_print "Mounting /system" if mount /system; then - ui_print "/system mounted" + ui_print "/system mounted" else # Try to get the block from /etc/recovery.fstab block=`cat /etc/recovery.fstab | cut -d '#' -f 1 | grep /system | grep -o '/dev/[^ ]*' | head -1`