phhusson / super-bootimg

Tools to edit Android boot.img. NDK buildable, to be usable in an update.zip
GNU General Public License v3.0
226 stars 121 forks source link

allow multiple directories to be cleaned up #13

Closed ericherman closed 8 years ago

ericherman commented 8 years ago

When two or more directories are created, the TOCLEAN varibale would get set such that the names were combined, for example: "/tmp/tmp.yPVhYrqh7B/tmp/tmp.LyRBDyiGew" By prepending a space, we get something like: " /tmp/tmp.yPVhYrqh7B /tmp/tmp.LyRBDyiGew" which will be passed to the "rm" command.

phhusson commented 8 years ago

Oops, my build server indeed had still every firmware -_-' Thanks