sfx msys2 support fix

This commit is contained in:
ed 2020-12-21 03:50:16 +01:00
parent 9695b22f46
commit 07b438526c
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ tmv "$f"
# cleanup junk # cleanup junk
find . -type f | find . -type f |
grep -E '\.(class|bak)$' | grep -vE '\.(md|py)$' |
tr '\n' '\0' | tr '\n' '\0' |
xargs -0 rm -- xargs -0r rm --
# r0c needs the docs here # r0c needs the docs here
rm -f docs/todo.md rm -f docs/todo.md