8000 Fix typo in pgcvslog, used == instead of =. · postgrespro/postgres_cluster@5981b9d · GitHub
[go: up one dir, main page]

Skip to content

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

10000
Appearance settings

Commit 5981b9d

Browse files
committed
Fix typo in pgcvslog, used == instead of =.
1 parent 1349839 commit 5981b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/pgcvslog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.28 2006/03/11 04:38:41 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.29 2006/03/15 03:24:17 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
@@ -30,7 +30,7 @@
3030
# /cvsroot/pgsql/doc/src/FAQ/FAQ.html
3131
#
3232

33-
if [ "X$1" == "X-h" ]
33+
if [ "X$1" = "X-h" ]
3434
then HTML="Y"
3535
shift
3636
else HTML="N"

0 commit comments

Comments
 (0)
0