pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip
Date: 2015-07-06 19:18:50
Message-ID: E1ZCBuk-0008Ad-Ix@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c534fd68568452adcc9ccecb557eff74f6f0f4d

Modified Files
--------------
src/tools/msvc/install.bat | 29 ++++-------------------------
src/tools/msvc/install.pl | 13 +++++++++++++
2 files changed, 17 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2015-07-07 02:18:31 pgsql: Make RLS related error messages more consistent and compliant.
Previous Message Heikki Linnakangas 2015-07-06 14:06:15 pgsql: Call getsockopt() on the correct socket.