projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c534f
)
Fix a spelling mistake in a comment.
author
Neil Conway
<neilc@samurai.com>
Thu, 8 Jan 2004 20:04:41 +0000
(20:04 +0000)
committer
Neil Conway
<neilc@samurai.com>
Thu, 8 Jan 2004 20:04:41 +0000
(20:04 +0000)
src/test/regress/pg_regress.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.sh
b/src/test/regress/pg_regress.sh
index 6b5ed83df75323fb72cf6ee6e0bd07dd08d910cb..660d549395965ac50b1c643cf9345d2ef74146c4 100644
(file)
--- a/
src/test/regress/pg_regress.sh
+++ b/
src/test/regress/pg_regress.sh
@@
-1,5
+1,5
@@
#! /bin/sh
-# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.3
7 2003/11/29 19:52:14 pgsql
Exp $
+# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.3
8 2004/01/08 20:04:41 neilc
Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
@@
-666,7
+666,7
@@
do
fi
;;
2)
- # d
e
saster struck
+ # d
i
saster struck
echo "trouble" 1>&2
(exit 2); exit;;
esac