Skip to content
Snippets Groups Projects
Commit 6033cfd4 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Fix spaces in text message.

parent 4c4e68dc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.35 1999/12/16 16:52:53 momjian Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.36 2000/01/05 17:30:05 thomas Exp $
#
if [ $# -eq 0 ]
then
......@@ -47,7 +47,7 @@ echo " ports@postgresql.org"
echo "See regress/README for more information."
echo ""
echo "=============== dropping old regression database... ================="
echo "=============== dropping old regression database... ================="
dropdb $HOST regression
echo "=============== creating new regression database... ================="
......@@ -136,7 +136,7 @@ if [ $? -ne 0 ]; then
fi
exit 0
echo "=============== dropping regression database... ================="
echo "=============== dropping regression database... ================="
dropdb regression
if [ $? -ne 0 ]; then
echo dropdb failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment