mirror of
https://github.com/novatiq/packages.git
synced 2026-06-23 13:50:27 +01: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>