summaryrefslogtreecommitdiff
path: root/lib/install-sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-08 07:40:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-08 07:40:53 +0000
commit5a39215c74ebf177a902583fac4478de8fd07085 (patch)
tree89f44168072c638fef071072324fe8b63e7b4944 /lib/install-sh
parent1a605628e34711bfb455f7f2c94139c1c5a05ad2 (diff)
downloadautomake-5a39215c74ebf177a902583fac4478de8fd07085.tar.gz
Use "trap '' 0" instead of "trap - 0", so that
the code is portable to both POSIX and pre-POSIX shells.
Diffstat (limited to 'lib/install-sh')
-rwxr-xr-xlib/install-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install-sh b/lib/install-sh
index 5ac8da43d..79026add7 100755
--- a/lib/install-sh
+++ b/lib/install-sh
@@ -389,7 +389,7 @@ do
}
} || exit 1
- trap - 0
+ trap '' 0
fi
done