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

From Heikki Linnakangas
Subject pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip
Date
Msg-id E1ZCT87-0000NR-5A@gemulon.postgresql.org
Whole thread Raw
List 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.

I committed this to master yesterday, this is a backpatch of the same for
all supported versions.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/880365a3c56866119e89a530c68b94a5d99d5846

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip
Next
From: Andres Freund
Date:
Subject: pgsql: Refer to %p in the psql docs as 'process ID' not 'pid'.