From: Michael Smith Date: Wed, 11 Jul 2007 01:55:39 +0000 (+0000) Subject: Pass the logfile name as a command-line arg to the build-check X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bff059b360aff72dd7e0b9ecd84d9e83ca21f8f7;p=docbook-dsssl Pass the logfile name as a command-line arg to the build-check script. --- diff --git a/releasetools/build-check b/releasetools/build-check index 7f00b4adf..bf6fa07d8 100755 --- a/releasetools/build-check +++ b/releasetools/build-check @@ -1,7 +1,7 @@ #!/bin/sh # $Id$ grep=egrep -LOGFILENAME=LOG +LOGFILENAME=$1 # FIXME: This regexp may not catch all error messages emitted; # probably should be refined with a more complete regexp. errorRegexp="error|fail|\*[^.]"