1
0
forked from 0ad/0ad

Fixed a bug in the autobuilder that occurs when tools (such as the autobuilder) are updated.

This was SVN commit r1642.
This commit is contained in:
Ykkrosh 2005-01-05 19:46:31 +00:00
parent ff34bf40b1
commit dbfc576458

View File

@ -74,7 +74,7 @@ allow_abort();
$svn_output =~ /^(?:Updated to|At) revision (\d+)\.$/m or die;
my $svn_revision = $1;
if ($svn_output =~ m~^. (source(?!/tools)|build|libraries)~)
if ($svn_output =~ m~^. (source(?![/\\]tools)|build|libraries)~)
{
# The source has been updated.
}