Fix syntax error in commit 20e99cddd.

Per buildfarm.
This commit is contained in:
Tom Lane 2019-07-25 14:42:02 -04:00
parent b654714f9b
commit cb9bb15783
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EOF
if (defined($sdkVersion))
{
# remove trailing backslash if necessary.
$sdkVersion, =~ s/\\$//;
$sdkVersion =~ s/\\$//;
print $f <<EOF
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
EOF