From 07b438526c0066033fbcc479a0fed491ce7e5db1 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 21 Dec 2020 03:50:16 +0100 Subject: [PATCH] sfx msys2 support fix --- scripts/make-sfx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index 08a0d5c..1b10dcc 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -117,9 +117,9 @@ tmv "$f" # cleanup junk find . -type f | -grep -E '\.(class|bak)$' | +grep -vE '\.(md|py)$' | tr '\n' '\0' | -xargs -0 rm -- +xargs -0r rm -- # r0c needs the docs here rm -f docs/todo.md