From 922802bd70fe6a7c516cc56dba0b3b935d150864 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 11 Jul 2007 01:55:39 +0000 Subject: [PATCH] Pass the logfile name as a command-line arg to the build-check script. --- releasetools/build-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|\*[^.]" -- 2.40.0