diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-05-25 10:38:04 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-25 10:38:04 +0000 |
commit | 10db7fc5e1d4210b5883a759d970f1438d66e397 (patch) | |
tree | d42e67f46aa93972d3442da9a3c9251e3a610928 /ChangeLog | |
parent | 68b283cca6467f8e2a343b13f80658174e1fcc3c (diff) | |
download | emacs-10db7fc5e1d4210b5883a759d970f1438d66e397.tar.gz |
Ignore exit status of `unset CDPATH' everywhwere.
On FreeBSD, the exiit status is 1 if CDPATH is not set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0bcbe0efbb8..224c9e264e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-25 Gerd Moellmann <gerd@gnu.org> + + * Makefile.in: Ignore exit status of `unset CDPATH' everywhere. + On FreeBSD, the exit status is 1 if CDPATH is not set. + 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp> * configure.in: Check for grandpt and getpt. |