]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Lots of syntactic clean-up, mostly from Karl Berry.
authorJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 11:51:36 +0000 (11:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 11:51:36 +0000 (11:51 +0000)
commit65a9e6a065f8b687e7ead6d58570583a8cf613df
treedc2aff01c5aa058ca8e35eb4510a1a2d9a703732
parent60ad866925d803336eeb76e71562cc08cdd9bb74
Lots of syntactic clean-up, mostly from Karl Berry.

Use consistent indentation, two spaces per level.
(scriptversion): New variable.
Change initializations like `variable=""' to `variable='.
(usage): New variable.
Use `test', not `['.
Use `test -n "$var"', not `[ x"$var" = x ]'.
Use `test -z "$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.
config/install-sh