From: Peter Eisentraut Date: Wed, 4 Sep 2002 18:04:57 +0000 (+0000) Subject: Remove sh -x option that snuck in somehow. X-Git-Tag: REL7_3~576 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f20e3c33d90f16c9f41b61daaf3e5e432537069f;p=thirdparty%2Fpostgresql.git Remove sh -x option that snuck in somehow. --- diff --git a/src/test/regress/pg_regress.sh b/src/test/regress/pg_regress.sh index 8f14f891599..c700791a544 100644 --- a/src/test/regress/pg_regress.sh +++ b/src/test/regress/pg_regress.sh @@ -1,5 +1,5 @@ -#! /bin/sh -x -# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.26 2002/09/02 13:27:20 ishii Exp $ +#! /bin/sh +# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.27 2002/09/04 18:04:57 petere Exp $ me=`basename $0` : ${TMPDIR=/tmp}