From 12cc46d8d408ee8042b06b264daa9416cd3616bb Mon Sep 17 00:00:00 2001 From: Micha LaQua Date: Tue, 5 Jun 2012 18:07:32 +0300 Subject: [PATCH] delete ppp earlier --- releasetools/bootloader.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasetools/bootloader.sh b/releasetools/bootloader.sh index 105c116..f0c4657 100755 --- a/releasetools/bootloader.sh +++ b/releasetools/bootloader.sh @@ -6,8 +6,8 @@ echo "updater-script: Making Compatible Update script" cd $REPACK/ota/META-INF/com/google/android -awk '{if (match($0,"boot.img")) exit; print > "head"}' updater-script -awk '/boot.img/ {p=1}; p==1 {print > "tail"}' updater-script +awk '{if (match($0,"0.200000, 10")) exit; print > "head"}' updater-script +awk '/0.200000, 10/ {p=1}; p==1 {print > "tail"}' updater-script rm -rf updater-script cat head > updater-script