mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
Necessitated by commit b14cf229f4.
Per buildfarm.
This commit is contained in:
parent
922de19ef2
commit
f5916bb7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ sub fetchRegressOpts
|
|||
my @opts;
|
||||
|
||||
$m =~ s{\\\r?\n}{}g;
|
||||
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
||||
if ($m =~ /^\s*REGRESS_OPTS\s*\+?=(.*)/m)
|
||||
{
|
||||
# Substitute known Makefile variables, then ignore options that retain
|
||||
# an unhandled variable reference. Ignore anything that isn't an
|
||||
|
|
|
|||
Loading…
Reference in a new issue