fix typo
authorSam Hartman <hartmans@painless-security.com>
Wed, 5 Feb 2014 19:07:03 +0000 (14:07 -0500)
committerSam Hartman <hartmans@painless-security.com>
Wed, 5 Feb 2014 19:07:03 +0000 (14:07 -0500)
builder

diff --git a/builder b/builder
index 4f7e477..7438909 100755 (executable)
--- a/builder
+++ b/builder
@@ -69,7 +69,7 @@ def command_output(args) :
 def build(package):
     with current_directory(package):
         try: os.makedirs( "m4")
 def build(package):
     with current_directory(package):
         try: os.makedirs( "m4")
-        except OsError: pass
+        except OSError: pass
         run_cmd(('autoreconf', '-i', '-f'))
         configure_command = [
                                       './configure'] + configure_opts
         run_cmd(('autoreconf', '-i', '-f'))
         configure_command = [
                                       './configure'] + configure_opts