From b684f4cc97a52a948f51fb3ed13b6d013f0d6e36 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sun, 20 Apr 2025 18:33:12 -0700 Subject: [PATCH] Switch to broader matching --- check_logos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_logos.sh b/check_logos.sh index a4afb05..0883744 100755 --- a/check_logos.sh +++ b/check_logos.sh @@ -5,7 +5,7 @@ found_js=false for file in *.svg; do [ -f "$file" ] || continue - if grep -i -E ' /dev/null; then + if grep -i -E 'script' "$file" > /dev/null; then echo "Javascript found in: $file" found_js=true fi