From b78af786b4567a9f03c833e3e19ca6fcd059d8f7 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 25 May 1999 19:04:09 +0000 Subject: [PATCH] If a build is new it's 'last_status' is building. --- webtools/tinderbox/globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/tinderbox/globals.pl b/webtools/tinderbox/globals.pl index 2dcd8f8cde3..b44db0a5fb2 100755 --- a/webtools/tinderbox/globals.pl +++ b/webtools/tinderbox/globals.pl @@ -430,7 +430,7 @@ sub last_status { next if $status eq 'building'; return $status; } - return ''; + return 'building'; } sub check_password {