1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Fix syntax error in commit 20e99cddd.

Per buildfarm.
This commit is contained in:
Tom Lane 2019-07-25 14:42:02 -04:00
parent cb65b454f8
commit ed304d1e26

View File

@ -45,7 +45,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