]> git.evergreen-ils.org Git - Evergreen.git/commit
Correct pg_config failure in eg_db_config.pl
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 26 Aug 2011 17:56:21 +0000 (13:56 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 7 Sep 2011 16:34:08 +0000 (12:34 -0400)
commitfe3677052a750698b1bb5a3e5c14c1256e8747f3
tree25363a09980860035d7791e04f38edcad58f628b
parentda092a74d90f1289a5f2870b80c75f67e3370f48
Correct pg_config failure in eg_db_config.pl

Missing a =s in getopts config means it becomes a 0 or 1, when it should
be a string.

The problem only occurs when you are specifying a particular postgresql
pg_config file (for example, if you have multiple versions of postgresql
installed).

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/support-scripts/eg_db_config.pl