spaces in paths confuse the zopectl startup script
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zope 3 |
Won't Fix
|
Undecided
|
Unassigned | ||
zc.zope3recipes |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Using zc.zope3recipes, if I place a Zope 3 buildout in a directory where one of the parents has a space in it, such as
/tmp/spaces in path/mybuildout
the zopectl script gets confused. On linux I get the following output:
/home/faassen/
i.e. as normal, but then nothing happens. The system returns to the next command prompt immediately.
On Windows, the following error occurs:
Error: positional arguments are not supported
For help, use C:\[elided]
Zope 3 started int he foreground: [elided]\runzope -C [elided]
It looks like some shell escaping isn't taking place where it should be?
Changed in zc.zope3recipes: | |
status: | New → Confirmed |
Changed in zope3: | |
status: | Confirmed → Won't Fix |
This happens also with the standard zope 3.3.1 distribution