Commit cb9bb157 authored by Tom Lane's avatar Tom Lane

Fix syntax error in commit 20e99cdd.

Per buildfarm.
parent b654714f
...@@ -47,7 +47,7 @@ EOF ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment