summaryrefslogtreecommitdiffstats
path: root/check_sec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check_sec.sh')
-rwxr-xr-xcheck_sec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_sec.sh b/check_sec.sh
index 988bb163..8c405f70 100755
--- a/check_sec.sh
+++ b/check_sec.sh
@@ -25,7 +25,7 @@ do_check_files ()
do_check ()
{
- do_check_files "$1" "$2" "$3" *.c */*.c
+ do_check_files "$1" "$2" "$3" `find . -path ./intl -prune -o -name '*.c' -print`
}
do_check '\<fopen.*'\"'.*w' __FOPEN_CHECKED__ "Alert: Unchecked fopen calls."