* lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Nov 2005 07:41:05 +0000 (07:41 +0000)
committerPaul 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

index 9a6b27b..aec99fc 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',