Public bug reported:

in lp:ubuntu/android, path bootable/recovery/system-image-upgrader

the following patch fix a wrong path matching rule
-----------------------
                data)
                    for entry in /data/*; do
-                        if [ "$entry" != "system.img" ]; then
+                        if [ "$entry" != "/data/system.img" ]; then
                            rm -Rf $entry
                        fi
                    done
                ;;

** Affects: android (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260642

Title:
  wrong path matching rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android/+bug/1260642/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to