]> granicus.if.org Git - postgresql/commit
Turn install.bat into a pure one line wrapper fort he perl script.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 7 Jul 2015 13:31:52 +0000 (16:31 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 7 Jul 2015 13:33:10 +0000 (16:33 +0300)
commite5460aa02fd0e3e51b57aac1d15b3d2b494aac57
treed673d67919cdc29077caa30b29f6667f68c16253
parentcf051c4f9d4e990e5fce0a00bacb47b4e64261d6
Turn install.bat into a pure one line wrapper fort he perl script.

Build.bat and vcregress.bat got similar treatment years ago. I'm not sure
why install.bat wasn't treated at the same time, but it seems like a good
idea anyway.

The immediate problem with the old install.bat was that it had quoting
issues, and wouldn't work if the target directory's name contained spaces.
This fixes that problem.

I committed this to master yesterday, this is a backpatch of the same for
all supported versions.
src/tools/msvc/install.bat
src/tools/msvc/install.pl