summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index f5c766d0f..de460a241 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.