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

Fix syntax error in commit 20e99cdd.

Per buildfarm.
parent 11a0a4db
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ EOF
if (defined($sdkVersion))
{
# remove trailing backslash if necessary.
$sdkVersion, =~ s/\\$//;
$sdkVersion =~ s/\\$//;
print $f <<EOF
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment