From 593e450561a141b757560f541f23c750333f915d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Nov 2005 07:41:05 +0000 Subject: [PATCH] * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that the code is portable to both POSIX and pre-POSIX shells. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.34.1