summaryrefslogtreecommitdiff
path: root/usr.bin/libtool
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-07-10 11:39:12 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-07-10 11:39:12 +0000
commit845ba79298bd84e25f2e0d9ecb4c952fee76955c (patch)
tree42d5301dfe957260c0d83bc8bf303f0a8a725e8d /usr.bin/libtool
parent1b88d221223104ab339f737be5a4dd76014c42c8 (diff)
nit
Diffstat (limited to 'usr.bin/libtool')
-rw-r--r--usr.bin/libtool/LT/Util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Util.pm b/usr.bin/libtool/LT/Util.pm
index 59bb11223c4..1c709c7baa0 100644
--- a/usr.bin/libtool/LT/Util.pm
+++ b/usr.bin/libtool/LT/Util.pm
@@ -1,4 +1,4 @@
-# $OpenBSD: Util.pm,v 1.3 2012/07/08 10:42:25 espie Exp $
+# $OpenBSD: Util.pm,v 1.4 2012/07/10 11:39:11 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
@@ -53,7 +53,7 @@ sub abs_dir
sub shortdie
{
- delete $SIG{__DIE__};
+ $SIG{__DIE__} = 'DEFAULT';
die @_;
}