mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
1bf7679211
Piping to xargs does not handle spaces in paths too well, because it splits up the paths. For deleting empty dirs, we also need to do several retries, otherwise `find` will try to go through the directories after they're deleted. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>