]> granicus.if.org Git - postgresql/commit
Remove extraneous leading whitespace in Windows build script.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Jun 2016 15:50:27 +0000 (11:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Jun 2016 15:50:34 +0000 (11:50 -0400)
commit1ad83738d0cd9b9af9a8f695eb9acc327a02c18b
tree8133692609251c3583aeadfe66de6f2433315003
parent719dd9a64af5f2ec07a9cac16fb161a3c5c18010
Remove extraneous leading whitespace in Windows build script.

Apparently, at least some versions of Microsoft's shell fail on variable
assignments that have leading whitespace.  This instance, introduced in
commit 680513ab7, managed to escape notice for awhile because it's only
invoked if building with OpenSSL.  Per bug #14185 from Torben Dannhauer.

Report: <20160613140119.5798.78501@wrigleys.postgresql.org>
src/interfaces/libpq/win32.mak