[scanner] Catch OSError too when checking for libtool
authorColin Walters <walters@verbum.org>
Wed, 17 Feb 2010 16:18:18 +0000 (11:18 -0500)
committerColin Walters <walters@verbum.org>
Wed, 17 Feb 2010 16:18:18 +0000 (11:18 -0500)
If we don't have permission to execute the libtool binary, we'd
just throw here which is wrong.  Fix this by catching all
exceptions.


No differences found