Revert "[molecule.specs.plugins] builtin_plugin: fix shlex usage"

This reverts commit 334b64f8b2.
This commit is contained in:
Fabio Erculiani
2010-06-17 18:55:54 +02:00
parent 8316b4616e
commit d7ca87485f
+1 -1
View File
@@ -587,7 +587,7 @@ class IsoHandler(GenericExecutionStep, BuiltinHandlerMixin):
)
)
# make shell interpreter happy
args = shlex.split(' '.join(args).encode("utf-8"))
args = shlex.split(' '.join(args))
rc = molecule.utils.exec_cmd(args)
if rc != 0:
self._output.output("[%s|%s] %s: %s" % (