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"