Skip to content
Snippets Groups Projects
Commit b2453704 authored by Tom Lane's avatar Tom Lane
Browse files

Fix syntax error in commit 20e99cdd.

Per buildfarm.
parent c58cf97f
Branches
Tags
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment