mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
ui-macos/clean: fix a GNUism in usage of the 'find' command.
This commit is contained in:
parent
141d9760b9
commit
7d35690e41
@ -1,4 +1,4 @@
|
|||||||
exec >&2
|
exec >&2
|
||||||
find -name '*~' | xargs rm -f
|
find . -name '*~' | xargs rm -f
|
||||||
rm -rf *.app *.zip *.tar.gz
|
rm -rf *.app *.zip *.tar.gz
|
||||||
rm -f bits/runpython *.nib sources.list
|
rm -f bits/runpython *.nib sources.list
|
||||||
|
Loading…
Reference in New Issue
Block a user