|
From: <za...@us...> - 2006-02-13 19:51:33
|
Update of /cvsroot/halfs/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1239 Modified Files: cvs.sh Log Message: fix scan-includes Index: cvs.sh =================================================================== RCS file: /cvsroot/halfs/admin/cvs.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cvs.sh 17 Jan 2006 00:09:57 -0000 1.2 +++ cvs.sh 13 Feb 2006 19:51:22 -0000 1.3 @@ -611,7 +611,7 @@ fi header_printed='no' for i in $final_list; do - if test -n "`echo $local_list | grep $i | grep -v '^boost.*\.hpp$' | grep -v '^.*\.h$' | grep -v '^[a-z]\+$'`"; then + if test -z "`echo $local_list | grep $i | grep -v '^boost.*\.hpp$' | grep -v '^.*\.h$' | grep -v '^[a-z]\+$'`"; then if test "$header_printed" = 'no'; then echo -e "Other headers:" header_printed='yes' |