From 0a7c14ee6a6dd7938311e68ec7fc787b3d99e32c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 9 Jun 2014 17:09:41 +0100 Subject: Remove a '-' not needed when executing the system-integration. --- morphlib/builder2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.1