builder: schroot_command always needs --
authorSam Hartman <hartmans@painless-security.com>
Fri, 13 Jan 2012 14:52:34 +0000 (09:52 -0500)
committerSam Hartman <hartmans@painless-security.com>
Fri, 13 Jan 2012 14:52:34 +0000 (09:52 -0500)
builder

diff --git a/builder b/builder
index cedab4f..cd53d7f 100755 (executable)
--- a/builder
+++ b/builder
@@ -153,7 +153,7 @@ if tar_file is not None: dist = True
 our_schroot = None
 if options.schroot is not None:
     our_schroot = Schroot(options.schroot)
-    schroot_command = "schroot -r -c " + our_schroot.name
+    schroot_command = "schroot -r -c " + our_schroot.name + ' --'
     root_command = schroot_command + " -u root"
 
 all_packages = read_packages()