From: Jim Meyering Date: Sun, 12 Jan 2003 11:52:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0312e15d4aa2f2ff40aa4ba67e04ab8c60f8810;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/config/ChangeLog b/config/ChangeLog index f5c766d0fb..de460a2414 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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.