]> 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:38:24 +0000 (16:38 +0300)
commit3b7cf436784f568fa37d40c51134aaea127c10be
tree4fd3890fac991bb804be6a54b2734b12881ba526
parent9b00885d0fd0a07c7057647f45032428a45a8db8
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