From 3372c06df26083954dccfc624d8c6463a26b18c0 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 16 Nov 2010 14:02:14 -0500 Subject: [PATCH 1/1] Fix typo --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 89e328a..579d684 100755 --- 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): -- 2.1.4