The intl directory was removed in ccc18061 (Update gettext to version
0.21., 2021-02-07).
---
 check_sec.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_sec.sh b/check_sec.sh
index fe7f8b48..179ac1ff 100755
--- a/check_sec.sh
+++ b/check_sec.sh
@@ -27,7 +27,7 @@ do_check_files ()
 
 do_check ()
 {
-        do_check_files "$1" "$2" "$3" `find . -path ./intl -prune -o -name 
'*.c' -print`
+        do_check_files "$1" "$2" "$3" `find . -name '*.c' -print`
 }
 
 do_check '\<fopen.*'\"'.*w' __FOPEN_CHECKED__ "Alert: Unchecked fopen calls."
-- 
2.51.0

Reply via email to