We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1349839 commit 5981b9dCopy full SHA for 5981b9d
src/tools/pgcvslog
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.28 2006/03/11 04:38:41 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.29 2006/03/15 03:24:17 momjian Exp $
4
5
# This utility is used to generate a compact list of changes
6
# for each release, bjm 2000-02-22
@@ -30,7 +30,7 @@
30
# /cvsroot/pgsql/doc/src/FAQ/FAQ.html
31
#
32
33
-if [ "X$1" == "X-h" ]
+if [ "X$1" = "X-h" ]
34
then HTML="Y"
35
shift
36
else HTML="N"
0 commit comments