From 4ed80a7abfca17ab80de6ae8c030e19ced680af6 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. git-svn-id: svn://10.0.0.236/trunk@32601 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/globals.pl b/mozilla/webtools/tinderbox/globals.pl index 2dcd8f8cde3..b44db0a5fb2 100755 --- a/mozilla/webtools/tinderbox/globals.pl +++ b/mozilla/webtools/tinderbox/globals.pl @@ -430,7 +430,7 @@ sub last_status { next if $status eq 'building'; return $status; } - return ''; + return 'building'; } sub check_password {