]> granicus.if.org Git - docbook-dsssl/commitdiff
Pass the logfile name as a command-line arg to the build-check
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 11 Jul 2007 01:55:39 +0000 (01:55 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 11 Jul 2007 01:55:39 +0000 (01:55 +0000)
script.

releasetools/build-check

index 7f00b4adfb957b7284af66a426cd655f4b2ca999..bf6fa07d8d5260ca98e8d591ec8d2bae9e3b8377 100755 (executable)
@@ -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|\*[^.]"