From 73fec1bdf87652dd9e2ea7b283b2515ab2bf1b4c Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Wed, 25 Mar 2026 15:40:09 -0700 Subject: [PATCH] bugfix --- build-and-copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-copy.sh b/build-and-copy.sh index 628b9c0..ed7b9c0 100755 --- a/build-and-copy.sh +++ b/build-and-copy.sh @@ -389,7 +389,7 @@ if [[ "$CLEANUP_MODE" == "true" ]]; then fi # Remove all .-commit files - if compgen -G "$WHEELS_DIR/*.-commit" > /dev/null 2>&1; then + if compgen -G "$WHEELS_DIR/.*-commit" > /dev/null 2>&1; then rm -f "$WHEELS_DIR"/.*-commit echo "Removed .*-commit files from $WHEELS_DIR" else