Accept --help and --version, and lots of syntactic clean-up.
commitb0157dde38f40879579135cb1892e4156d1bfe1b
authorJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:50:42 +0000 (17 14:50 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Jan 2003 14:50:42 +0000 (17 14:50 +0000)
tree7e1f4890512441392c2dbc6fd1da0c743e6f0438
parent04746fa53941a380a8806ef25069e0b5e3f63c16
Accept --help and --version, and lots of syntactic clean-up.

Use consistent indentation, two spaces per level.
(scriptversion): New variable.
Change initializations like `variable=""' to `variable='.
(usage): New variable.
Use `test', not `['.
Use `test -z "$var"', not `[ x"$var" = x ]'.
Use `test -n "$var"', not `[ x"$var" != x ]'.
Alphabetize case entries.
Accept --help and --version options.
Remove unnecessary `else :' clauses.
Add a `Local variables' eval block to help emacs users update
the time-stamp variable added above.
Mostly from Karl Berry.
lib/install-sh