Commit 33cff5ce authored by Chris Withers's avatar Chris Withers

make zopectl adduser|run|debug stand a chance of working on Windows.

parent 49a72738
......@@ -253,7 +253,7 @@ class ZopeCmd(ZDCmd):
def get_startup_cmd(self, python, more):
cmdline = ( '%s -c "from Zope2 import configure;'
'configure(\'%s\');' %
'configure(%r);' %
(python, self.options.configfile)
)
return cmdline + more + '\"'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment