From c6b557308c1db4338badde52b216d16fa59f13d8 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Mon, 5 Oct 1998 17:20:01 +0000 Subject: [PATCH] back out attempted changes --- webtools/tinderbox/ep_mac.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/tinderbox/ep_mac.pl b/webtools/tinderbox/ep_mac.pl index 4000d7b402e..161a4254108 100755 --- a/webtools/tinderbox/ep_mac.pl +++ b/webtools/tinderbox/ep_mac.pl @@ -24,7 +24,7 @@ sub has_error { $line =~ /fatal error/ # link error || $line =~ /Error / # C error || $line =~ /\[checkout aborted\]/ #cvs error - || $line =~ /find project file / #CW project error + || $line =~ /Couldn\'t find project file / # CW project error ; }