# HG changeset patch # User cmlenz # Date 1186156122 0 # Node ID 0bd6243b350c360bbe55b85ca4d6b65c8a4c1bfa # Parent b187f089483867fc0e749d980a16b7eb7b5ec43b Add `options` attribute to `` recipe command. diff --git a/bitten/build/pythontools.py b/bitten/build/pythontools.py --- a/bitten/build/pythontools.py +++ b/bitten/build/pythontools.py @@ -47,7 +47,7 @@ """ if options: if isinstance(options, basestring): - options = shlex.split(args) + options = shlex.split(options) else: options = []