summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/builder2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index f8969973..0248b7de 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -743,7 +743,7 @@ class SystemBuilder(BuilderBase): # pragma: no cover
mounted.append(path)
self.app.runcmd(['chroot', rootdir, 'sh', '-c',
- 'cd / && run-parts "$1"', '-', SYSTEM_INTEGRATION_PATH],
+ 'cd / && run-parts -- "$1"', '-', SYSTEM_INTEGRATION_PATH],
env=env)
except BaseException, e:
self.app.status(