projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa32881
)
Small shell syntax improvement.
author
Bruce Momjian
Mon, 3 Nov 2008 15:56:47 +0000
(15:56 +0000)
committer
Bruce Momjian
Mon, 3 Nov 2008 15:56:47 +0000
(15:56 +0000)
src/tools/pgindent/pgindent
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/pgindent
b/src/tools/pgindent/pgindent
index 44366d32170b1441a9ca14b0d56dc60aff59b0f9..62d6b9755aac544f53932593c6d0dad95f04b65f 100755
(executable)
--- a/
src/tools/pgindent/pgindent
+++ b/
src/tools/pgindent/pgindent
@@
-1,6
+1,6
@@
#!/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