]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 11:52:38 +0000 (11:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 11:52:38 +0000 (11:52 +0000)
config/ChangeLog

index f5c766d0fb51afb0c1cc4bbf64b51585ab1d0306..de460a241414e3c6d6dfde00294ac7dd24079ed4 100644 (file)
@@ -6,8 +6,8 @@
        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 ]'.
+       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.