diff options
author | 2012-07-10 11:39:11 +0000 | |
---|---|---|
committer | 2012-07-10 11:39:11 +0000 | |
commit | 93be65b3f03ce030dbd6a2dbff8f5bce69d4b204 (patch) | |
tree | 28c4799ad24843472b512bdc7ffaa006842c9af0 | |
parent | dd all kinds of funky tests for compile mode (diff) | |
download | wireguard-openbsd-93be65b3f03ce030dbd6a2dbff8f5bce69d4b204.tar.xz wireguard-openbsd-93be65b3f03ce030dbd6a2dbff8f5bce69d4b204.zip |
nit
-rw-r--r-- | usr.bin/libtool/LT/Util.pm | 4 |
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 @_; } |