Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43df609

Browse filesBrowse files
committed
fix typo in regression Makefile.
1 parent 0cb74d3 commit 43df609
Copy full SHA for 43df609

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/test/regress/GNUmakefile

Copy file name to clipboardExpand all lines: src/test/regress/GNUmakefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
77
# Portions Copyright (c) 1994, Regents of the University of California
88
#
9-
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.69 2007/09/09 20:40:54 adunstan Exp $
9+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.70 2007/09/09 22:53:33 adunstan Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -22,7 +22,7 @@ TEMP_PORT = 5$(DEF_PGPORT)
2222
# file with extra config for temp build
2323
TEMP_CONF =
2424
ifdef TEMP_CONFIG
25-
TEMP_CONF += --temp-config=S(TEMP_CONFIG)
25+
TEMP_CONF += --temp-config=$(TEMP_CONFIG)
2626
endif
2727

2828
# where to find psql for testing an existing installation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.