summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-09 17:09:41 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-09 17:09:41 +0100
commit0a7c14ee6a6dd7938311e68ec7fc787b3d99e32c (patch)
treeab3e707f6b74bf7244fcf774b02e60e197afc4c2
parent6daa22a652a622dfafc967b38cb7d123457bb23c (diff)
downloadmorph-baserock/pedroalvarez/system-integration-fixup.tar.gz
Remove a '-' not needed when executing the system-integration.baserock/pedroalvarez/system-integration-fixup
-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..eea670a3 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 "$0"', SYSTEM_INTEGRATION_PATH],
env=env)
except BaseException, e:
self.app.status(