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

Commit 06c22d7

Browse files
committed
Small shell syntax improvement.
1 parent aa32881 commit 06c22d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/pgindent/pgindent

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.99 2008/04/16 21:03:08 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.100 2008/11/03 15:56:47 momjian Exp $
44

55
# Known bugs:
66
#
@@ -9,7 +9,7 @@
99
# y = (int) x *y;
1010

1111
if [ "$#" -lt 2 ]
12-
then echo "Usage: `basename $0` typedefs file [...]" 1>&2
12+
then echo "Usage: $(basename $0) typedefs file [...]" 1>&2
1313
exit 1
1414
fi
1515

0 commit comments

Comments
 (0)