From: Tatsuo Ishii Date: Sun, 6 Feb 2000 00:49:03 +0000 (+0000) Subject: Fix a bug when specfying -D option. X-Git-Tag: REL7_0~690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=418b270020de20086042d7595dfe7d941b038716;p=postgresql Fix a bug when specfying -D option. fix suggested by Keith Parks. --- diff --git a/src/bin/pg_ctl/pg_ctl.sh b/src/bin/pg_ctl/pg_ctl.sh index 9de6eb3ab8..a044622c06 100755 --- a/src/bin/pg_ctl/pg_ctl.sh +++ b/src/bin/pg_ctl/pg_ctl.sh @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.7 2000/01/23 08:20:24 ishii Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.8 2000/02/06 00:49:03 ishii Exp $ # #------------------------------------------------------------------------- CMDNAME=`basename $0` @@ -76,6 +76,7 @@ do -D) shift PGDATA="$1" + export PGDATA ;; -p) shift