From 22e00dcd2d4920cf6606e4a7a05b0e4257629002 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 12 Jan 2012 16:48:09 -0500 Subject: [PATCH] split schroot command --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 490722c..005de70 100755 --- a/builder +++ b/builder @@ -72,7 +72,7 @@ def build(package): configure_command = [ './configure'] + configure_opts if len(schroot_command) > 0: - configure_command = [schroot_command , "--"] \ + configure_command = [schroot_command.split(' '), "--"] \ + configure_command print ' '.join(configure_command) sys.stdout.flush() -- 2.1.4