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

Commit2044bdc

Browse files
committed
Should be "test =", not "test ==".
1 parentdfb12a9 commit2044bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/initdb/initdb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Copyright (c) 1994, Regents of the University of California
2525
#
26-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.107 2000/10/28 22:14:14 petere Exp $
26+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.108 2000/10/29 11:36:44 petere Exp $
2727
#
2828
#-------------------------------------------------------------------------
2929

@@ -109,11 +109,11 @@ fi
109109

110110
if [ x"$self_path"!= x"" ] \
111111
&& [-x"$self_path/postgres" ] \
112-
&& [ x"`$self_path/postgres --version2>/dev/null`"== x"postgres (PostgreSQL)$VERSION" ]
112+
&& [ x"`$self_path/postgres --version2>/dev/null`"= x"postgres (PostgreSQL)$VERSION" ]
113113
then
114114
PGPATH=$self_path
115115
elif [-x"$bindir/postgres" ];then
116-
if [ x"`$bindir/postgres --version2>/dev/null`"== x"postgres (PostgreSQL)$VERSION" ]
116+
if [ x"`$bindir/postgres --version2>/dev/null`"= x"postgres (PostgreSQL)$VERSION" ]
117117
then
118118
PGPATH=$bindir
119119
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp