]> granicus.if.org Git - docbook-dsssl/commitdiff
Added comment to build-check about regexp probably not being as
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 8 Jul 2007 21:41:10 +0000 (21:41 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 8 Jul 2007 21:41:10 +0000 (21:41 +0000)
complete as it could be...

releasetools/build-check

index dad13652fadccc7b6779690cb343c70010ac3e65..a624eea552f0c75eea32a58c057a333980947c9a 100644 (file)
@@ -3,6 +3,8 @@
 LOGFILENAME=LOG
 if [ -f $LOGFILENAME ]
 then
+# FIXME: This regexp may not catch all error messages emitted;
+# probably should be refined with a more complete regexp.
   egrep -i "error|fail|\*[^.]" $LOGFILENAME
 else
   echo