pgsql/src/bin/pg_ctl pg_ctl.sh

Started by Bruce Momjianalmost 25 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/09/28 23:09:32

Modified files:
src/bin/pg_ctl : pg_ctl.sh

Log message:
This is a simple patch to put double quotes around a few cases in
pg_ctl.sh which were unquoted when inside of [].

Justin Clift