summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-04-08 12:37:17 +0000
committerivan <ivan>2004-04-08 12:37:17 +0000
commit179de7c7734515475859823659b0ffb1ddc59635 (patch)
tree5f3a4670b434072c786eca8c5c02ca3cf494fadf /Makefile
parent9253dd9fd2a67d99b0de171eda9f614ec6815639 (diff)
fix psql command line options for older pg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f631bf1b7..b99206c27 100644
--- a/Makefile
+++ b/Makefile
@@ -213,7 +213,7 @@ configure-rt:
create-rt: configure-rt
cd rt; make install
echo -e "${DB_PASSWORD}\n\\d sessions"\
- | psql -UW ${DB_USER} freeside 2>&1\
+ | psql -U ${DB_USER} -W freeside 2>&1\
| grep '^Did not find'\
&& rt/sbin/rt-setup-database --dba '${DB_USER}' \
--dba-password '${DB_PASSWORD}' \