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 <dscott@laurentian.ca>
Sat, 10 Sep 2011 16:53:41 +0000 (12:53 -0400)
commit21c2f1f64f54e9b65e57fedbabfa031f6a27ff9b
tree2df38a626eef2c38a9a020c925a3b030c30d8c09
parentfaa3f12eda9e407d6649e95973dcd519a84a306d
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