]> git.donarmstrong.com Git - debhelper.git/commit
make error() throw a catchable error with die
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Nov 2009 02:07:33 +0000 (21:07 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Nov 2009 02:07:33 +0000 (21:07 -0500)
commit62ece7f4459ec9f924aa73427b7a9f3246cea34e
tree916f6ee1fc4b9b317083b50cc807e0a060e5dc12
parent97bda8bb14f0f314a5fa0b568e65443de3ab4f89
make error() throw a catchable error with die

exit cannot be caught with eval.. I used exit before because I thought it
was cute for erorr() to call warning(). Silly.
Debian/Debhelper/Dh_Lib.pm