Fix typo
authorSam Hartman <hartmans@debian.org>
Tue, 16 Nov 2010 19:02:14 +0000 (14:02 -0500)
committerSam Hartman <hartmans@debian.org>
Tue, 16 Nov 2010 19:02:14 +0000 (14:02 -0500)
builder

diff --git a/builder b/builder
index 89e328a..579d684 100755 (executable)
--- a/builder
+++ b/builder
@@ -77,7 +77,7 @@ def build(package):
         print configure_command
         sys.stdout.flush()
         run_cmd(configure_command, shell=True)
-        run_cmd(schroot_command + ' make', shell=true)
+        run_cmd(schroot_command + ' make', shell=True)
 
 def make_install(package):
     with current_directory(package):