39383c3e6c098fa788205b619eedf59bfbfbaf75
kuhn
  Tue Dec 11 15:51:09 2012 -0800
cleaning up formatting and grammar a bit
diff --git src/utils/qa/checkAllStaticLinks.csh src/utils/qa/checkAllStaticLinks.csh
index e11b75c..63e04a8 100755
--- src/utils/qa/checkAllStaticLinks.csh
+++ src/utils/qa/checkAllStaticLinks.csh
@@ -52,34 +52,34 @@
 
 foreach dir (`cat $pathfile`)
   echo "checking $dir"
   checkStaticLinks.csh $dir $excludeList
 end
 
 # consolidate results
 set dir=""
 rm -f $outfile
 # foreach dir ( 0 goldenPath.help test ) 
 foreach dir (`cat $pathfile`)
   set dir=`echo $dir | sed "s@/@.@g"`
   if ( $dir == 0 )  then
     set dir=htdocs
   endif
-  tail -20 $dir.err | grep -q "errors in 0 files"
+  tail -20 $dir.err | grep -q "found no files with errors"
   if ( $status ) then
     cat $dir.err                                    >> $outfile
-    echo "\n ===================================\n" >> $outfile
+    echo "==========================================\n" >> $outfile
     @ errors = $errors + 1
   endif
   rm -f $dir.err
   @ errdirs = $errdirs + 1
 end
 echo " checked $errdirs directories"                >> $outfile
 echo " found $errors with errors"                   >> $outfile
 
 # allow two levels of backup
 set genecats = "/usr/local/apache/htdocs-genecats/qa/test-results/staticLinks"
 
 if ( -e $genecats/$outfile ) then
   if ( -e $genecats/${outfile}.bak ) then
     # echo "there's a bak file"
     # echo "making a bak2 file"