mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
parent
c58cf97f2f
commit
b245370467
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ EOF
|
|||
if (defined($sdkVersion))
|
||||
{
|
||||
# remove trailing backslash if necessary.
|
||||
$sdkVersion, =~ s/\\$//;
|
||||
$sdkVersion =~ s/\\$//;
|
||||
print $f <<EOF
|
||||
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue