projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a39215
)
* lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Nov 2005 07:41:05 +0000
(07:41 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Nov 2005 07:41:05 +0000
(07:41 +0000)
the code is portable to both POSIX and pre-POSIX shells.
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9a6b27bda712682f6491f43619553ec13c807919..aec99fcc175cb8abdf6c17ecfdf01daef81d348f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-11-01 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
+ the code is portable to both POSIX and pre-POSIX shells.
+
2005-10-17 Alexandre Duret-Lutz <adl@gnu.org>
* tests/nobase.test: Use `chmod a-x' instead of `chmod -x',