Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit43df609

Browse files
committed
fix typo in regression Makefile.
1 parent0cb74d3 commit43df609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/GNUmakefile

Lines 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/0920:40:54 adunstan Exp $
9+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.70 2007/09/0922: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
ifdefTEMP_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)

[8]ページ先頭

©2009-2025 Movatter.jp