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 aa32881 commit 06c22d7Copy full SHA for 06c22d7
src/tools/pgindent/pgindent
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.99 2008/04/16 21:03:08 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.100 2008/11/03 15:56:47 momjian Exp $
4
5
# Known bugs:
6
#
@@ -9,7 +9,7 @@
9
# y = (int) x *y;
10
11
if [ "$#" -lt 2 ]
12
-then echo "Usage: `basename $0` typedefs file [...]" 1>&2
+then echo "Usage: $(basename $0) typedefs file [...]" 1>&2
13
exit 1
14
fi
15
0 commit comments