summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-09-10 18:47:55 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-09-10 18:47:55 +0000
commit9afda4ba19b402e15856791c4e075671c0088c5d (patch)
treea55aef0dadf9c6eb3dc221449beb356d64babefc /ChangeLog
parentff95d45f1a6eb3aa3faac895e95d0df62aab9eb0 (diff)
downloadautomake-9afda4ba19b402e15856791c4e075671c0088c5d.tar.gz
* lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
instead of $status which is read-only in Zsh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d29a9107..f554e4508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-10 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
+ instead of $status which is read-only in Zsh.
+
2004-09-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Alexandre Duret-Lutz <adl@gnu.org>