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

Commitad43a72

Browse files
committed
Fix for test 0 error.
1 parentd404f10 commitad43a72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/GNUmakefile.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.20 1997/12/02 03:19:42 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.21 1997/12/22 05:56:43 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -24,7 +24,7 @@ ETAGS = @etags@
2424
XARGS = @xargs@
2525

2626
all:
27-
@if test $(PORTNAME) = UNDEFINED; then \
27+
@if test"$(PORTNAME)" = UNDEFINED; then \
2828
echo You must set the PORTNAME value in Makefile.global before \
2929
you can build Postgres. ;\
3030
false ;\
@@ -51,7 +51,7 @@ endif
5151
fi
5252

5353
install:
54-
@if test $(PORTNAME) = UNDEFINED; then \
54+
@if test"$(PORTNAME)" = UNDEFINED; then \
5555
echo You must set the PORTNAME value in Makefile.global before \
5656
you can build Postgres. ;\
5757
false ;\
@@ -68,7 +68,7 @@ endif
6868
cat ../register.txt
6969

7070
clean:
71-
@if test $(PORTNAME) = UNDEFINED; then \
71+
@if test"$(PORTNAME)" = UNDEFINED; then \
7272
echo You must set the PORTNAME value in Makefile.global before \
7373
you can build Postgres. ;\
7474
false ;\
@@ -101,7 +101,7 @@ distclean: clean
101101

102102

103103
.DEFAULT:
104-
@if test $(PORTNAME) = UNDEFINED; then \
104+
@if test"$(PORTNAME)" = UNDEFINED; then \
105105
echo You must set the PORTNAME value in Makefile.global before \
106106
you can build Postgres. ;\
107107
false ;\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp