diff --git a/ChangeLog b/ChangeLog index ba9f5f9e..45104220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,13 +27,13 @@ 2000-11-30 Akim Demaille - * doc/autoconf.texi (Assignments): Don't read $? after an + * doc/autoconf.texi (Assignments): Don't use $? from an assignment. 2000-11-30 Akim Demaille * sh.m4 (AS_EXIT): Don't rely on false exiting 1. - Actually, always use `(exit $val); exit', don't try smart stuff. + Actually, always use `(exit $val); exit', don't try to be tricky. * doc/autoconf.texi (Limitations of Builtins) : new. 2000-11-30 Akim Demaille