projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c78a65
)
fix typo in regression Makefile.
author
Andrew Dunstan
<andrew@dunslane.net>
Sun, 9 Sep 2007 22:53:33 +0000
(22:53 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sun, 9 Sep 2007 22:53:33 +0000
(22:53 +0000)
src/test/regress/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/GNUmakefile
b/src/test/regress/GNUmakefile
index a2561b4b6319d90ecaebc8bb653c7ba8c73856e8..fbd9c82235a0eea07fabad38110fa936d3068f85 100644
(file)
--- a/
src/test/regress/GNUmakefile
+++ b/
src/test/regress/GNUmakefile
@@
-22,7
+22,7
@@
TEMP_PORT = 5$(DEF_PGPORT)
# file with extra config for temp build
TEMP_CONF =
ifdef TEMP_CONFIG
-TEMP_CONF += --temp-config=
S
(TEMP_CONFIG)
+TEMP_CONF += --temp-config=
$
(TEMP_CONFIG)
endif
# where to find psql for testing an existing installation