From: Tom Lane Date: Sun, 24 Feb 2002 23:59:36 +0000 (+0000) Subject: Fix bogus createdb option syntax recommended by initlocation message. X-Git-Tag: REL7_3~2044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3fe58ed63d02ca8d31dfa50b8786495883415d7;p=postgresql Fix bogus createdb option syntax recommended by initlocation message. --- diff --git a/src/bin/initlocation/initlocation.sh b/src/bin/initlocation/initlocation.sh index 4cf965776c..481923d3b8 100644 --- a/src/bin/initlocation/initlocation.sh +++ b/src/bin/initlocation/initlocation.sh @@ -9,7 +9,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.12 2001/09/30 22:17:50 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.13 2002/02/24 23:59:36 tgl Exp $ # #------------------------------------------------------------------------- @@ -161,7 +161,7 @@ if [ "$haveenv" = "t" ]; then echo "You can now create a database using" echo " CREATE DATABASE WITH LOCATION = '$Location'" echo "in SQL, or" - echo " createdb -D '$Location'" + echo " createdb -D '$Location' " echo "from the shell." fi echo