From 79cc455cb8f2da1155e4d7fd4ddb9c1914ea5889 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 18 Feb 2010 14:48:53 -0800 Subject: Revert "Make mklib propogate all errors" This reverts commit d6f55492af3cb82b0113fe6beac0f3494b6e2956. It's both not portable and not safe to trap & exit on ERR. This will need to use a more invasive approach that tests return code only for selected, important commands. --- bin/mklib | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index fa0c82bf56..c4b3478c79 100755 --- a/bin/mklib +++ b/bin/mklib @@ -25,14 +25,6 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# propagate any errors -function errtrap { - es=$? - exit $es -} -trap errtrap ERR - - # Given a list of files, look for .a archives and unpack them. # Return the original list of files minus the .a files plus the unpacked files. # first param: name of a temp directory (to be deleted when finished) -- cgit v1.2.3