mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix syntax error in commit 20e99cddd.
Per buildfarm.
This commit is contained in:
parent
11a0a4db3c
commit
e465d9d405
@ -47,7 +47,7 @@ EOF
|
|||||||
if (defined($sdkVersion))
|
if (defined($sdkVersion))
|
||||||
{
|
{
|
||||||
# remove trailing backslash if necessary.
|
# remove trailing backslash if necessary.
|
||||||
$sdkVersion, =~ s/\\$//;
|
$sdkVersion =~ s/\\$//;
|
||||||
print $f <<EOF
|
print $f <<EOF
|
||||||
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user