Changeset 2454:221683c2a626 for check_sec.sh
- Timestamp:
- 2001-06-07 13:09:54 (7 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
check_sec.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
check_sec.sh
r2239 r2454 26 26 do_check () 27 27 { 28 do_check_files "$1" "$2" "$3" *.c */*.c28 do_check_files "$1" "$2" "$3" `find . -path ./intl -prune -o -name '*.c' -print` 29 29 } 30 30
