Skip to content
Snippets Groups Projects
Commit 06c22d7f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Small shell syntax improvement.

parent aa328814
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# $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 $
# Known bugs:
#
......@@ -9,7 +9,7 @@
# y = (int) x *y;
if [ "$#" -lt 2 ]
then echo "Usage: `basename $0` typedefs file [...]" 1>&2
then echo "Usage: $(basename $0) typedefs file [...]" 1>&2
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment