summaryrefslogtreecommitdiff
path: root/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'META-INF')
-rwxr-xr-xMETA-INF/com/google/android/update-binary4
1 files changed, 2 insertions, 2 deletions
diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary
index 55d7625..ad1cb8e 100755
--- a/META-INF/com/google/android/update-binary
+++ b/META-INF/com/google/android/update-binary
@@ -17,7 +17,7 @@ test "$ANDROID_ROOT" || ANDROID_ROOT=/system;
ui_print() {
until [ ! "$1" ]; do
echo "ui_print $1
- ui_print" > $OUTFD;
+ ui_print" >> $OUTFD;
shift;
done;
}
@@ -26,7 +26,7 @@ ui_printfile() {
ui_print "$line";
done < $1;
}
-show_progress() { echo "progress $1 $2" > $OUTFD; }
+show_progress() { echo "progress $1 $2" >> $OUTFD; }
file_getprop() { $BB grep "^$2=" "$1" | $BB cut -d= -f2-; }
setup_mountpoint() {
test -L $1 && $BB mv -f $1 ${1}_link;