Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

+2-2
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)