]> 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>
Mon, 6 Jul 2015 19:18:26 +0000 (22:18 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2015 19:18:26 +0000 (22:18 +0300)
commit6c534fd68568452adcc9ccecb557eff74f6f0f4d
tree2c8fe8701432b2326f12f3c47a5e2836aeff27ed
parent8e33fc1784cbd657a7238ab5639ee1f8f54a3ec0
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.
src/tools/msvc/install.bat
src/tools/msvc/install.pl