From: Paul Eggert Date: Tue, 8 Nov 2005 07:41:05 +0000 (+0000) Subject: * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that X-Git-Tag: Release-1-9b~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593e450561a141b757560f541f23c750333f915d;p=thirdparty%2Fautomake.git * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that the code is portable to both POSIX and pre-POSIX shells. --- diff --git a/ChangeLog b/ChangeLog index 9a6b27bda..aec99fcc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-01 Stepan Kasal + + * 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 * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',