Do only check .c and .h files.

This commit is contained in:
Kugel Fuhr
2025-06-25 09:37:58 +02:00
parent 7a6c60ade4
commit 1feeee9ce0

View File

@@ -63,6 +63,6 @@ function checkarray
} }
for N in `grep -rl "BEGIN DECL SORTED_CODEOPT.SH" "$CHECK_DIR"`; do find "$CHECK_DIR" -name \*.\[ch\] -print | while read N; do
checkarray $N grep -q "BEGIN DECL SORTED_CODEOPT.SH" "$N" && checkarray $N
done done