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:27 +0000 (11:50 -0400)
commitcd9b4f24ce5f24de5112392d5a9db3a8d4208115
tree6e1cc6a9a765d56269eab1c5df9affd46713483e
parent3be0a62ffe58f0753d190cbe22acbeb8b4926b85
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