[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/zopectl.py make zopectl adduser|run|debug stand a chance of working on Windows.
Chris Withers
chris at simplistix.co.uk
Mon Oct 5 07:44:51 EDT 2009
Log message for revision 104794:
make zopectl adduser|run|debug stand a chance of working on Windows.
Changed:
U Zope/branches/2.12/src/Zope2/Startup/zopectl.py
-=-
Modified: Zope/branches/2.12/src/Zope2/Startup/zopectl.py
===================================================================
--- Zope/branches/2.12/src/Zope2/Startup/zopectl.py 2009-10-05 11:34:19 UTC (rev 104793)
+++ Zope/branches/2.12/src/Zope2/Startup/zopectl.py 2009-10-05 11:44:51 UTC (rev 104794)
@@ -253,7 +253,7 @@
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 + '\"'
More information about the Zope-Checkins
mailing list