From 1843de15081543b6dc0ad6b9c8d7e9e6e5f623d1 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:07:31 +0800 Subject: [PATCH] Fix --- functions/validate_raw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/validate_raw.sh b/functions/validate_raw.sh index b7f836e2c..60f8d1ce9 100644 --- a/functions/validate_raw.sh +++ b/functions/validate_raw.sh @@ -175,7 +175,7 @@ format_file() { # Entry point -trap 'find . -maxdepth 1 -type f -name '*.tmp' -delete' EXIT +trap 'find . -maxdepth 1 -type f -name "*.tmp" -delete' EXIT # Add new wildcards to the raw files cat "$WILDCARDS" >> "$RAW"