loosen up check for this error parser since it wasn't finding this

string properly
This commit is contained in:
cyeh%netscape.com 1998-10-01 17:38:04 +00:00
Родитель 32102604c7
Коммит be86e9c9d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ sub has_error {
$line =~ /fatal error/ # link error
|| $line =~ /Error / # C error
|| $line =~ /\[checkout aborted\]/ #cvs error
|| $line =~ /Couldn\'t find project file / # CW project error
|| $line =~ /find project file/ # CW project error
;
}