]> granicus.if.org Git - mutt/commitdiff
Don't check in intl/
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Jun 2001 20:09:54 +0000 (20:09 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Jun 2001 20:09:54 +0000 (20:09 +0000)
check_sec.sh

index 988bb163ade12d11094f377c0c250e91eff007f1..8c405f70e9e24a58df1d92c7184e19ffe9464f23 100755 (executable)
@@ -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."