commit | e4d257ba9bb5eb2e60ae594df37c894e2a3f3301 | [log] [tgz] |
---|---|---|
author | Dark Eyes <dark_eyes_@hotmail.com> | Wed Dec 23 17:41:49 2015 -0500 |
committer | Dark Eyes <dark_eyes_@hotmail.com> | Wed Dec 23 17:41:49 2015 -0500 |
tree | 3748247c08f0c6f148b7d211d20d8230f3076341 | |
parent | 706698d739a51ddbf8a64eafedd94b40a839a2af [diff] [blame] |
Fix backup script derp Change-Id: I9b0bb774ff645239f26d243a55f4414defebf22c
diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index ecda592..07a5467 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh
@@ -33,7 +33,7 @@ if [ ! -r /system/build.prop ]; then return 0 fi -if ( ! grep -q "^ro.bliss.version=$V.*" /system/build.prop ); then +if ( ! grep -q "^ro.bliss.display.version=$V.*" /system/build.prop ); then echo "Not backing up files from incompatible version: $V" return 0 fi