From: Sam Hartman Date: Tue, 16 Nov 2010 19:02:14 +0000 (-0500) Subject: Fix typo X-Git-Tag: vm/20110310~72^2~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=3372c06df26083954dccfc624d8c6463a26b18c0 Fix typo --- 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):