fix ep for mac

git-svn-id: svn://10.0.0.236/trunk@11722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1998-10-01 23:35:40 +00:00
parent 8b7e99677f
commit ed5c09b09c

View File

@@ -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 =~ /find project file / #CW project error
;
}