dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
170 stars 21 forks source link

This guy right here is making `find`(1) calls saner with this simple fix. #70

Closed takusuman closed 2 years ago

takusuman commented 2 years ago

How? Just read this pull request...

takusuman commented 2 years ago

Ok, without jokes now: I did the same simple fix that I've been doing since I started contributing here, nothing new except for the joke on the title. 🤣 Just changing -delete for -exec rm -vf {} \;, since -delete isn't implemented on SUS and BSD versions of find(1) (which Copacabana uses).

takusuman commented 2 years ago

-empty also isn't implemented, but I didn't bothered to find an alternative to it yet.

dslm4515 commented 2 years ago

Fine by me