Remove sh -x option that snuck in somehow.

This commit is contained in:
Peter Eisentraut 2002-09-04 18:04:57 +00:00
parent 99dc1cf393
commit f20e3c33d9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh -x #! /bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.26 2002/09/02 13:27:20 ishii Exp $ # $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.27 2002/09/04 18:04:57 petere Exp $
me=`basename $0` me=`basename $0`
: ${TMPDIR=/tmp} : ${TMPDIR=/tmp}