mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 22:52:43 +00:00
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:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user