Show
Ignore:
Timestamp:
2001-06-07 13:09:54 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't check in intl/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • check_sec.sh

    r2239 r2454  
    2626do_check () 
    2727{ 
    28         do_check_files "$1" "$2" "$3" *.c */*.c 
     28        do_check_files "$1" "$2" "$3" `find . -path ./intl -prune -o -name '*.c' -print` 
    2929} 
    3030