[CCC DEV] occbuild on windows + split_options (really shlex.split)
Adam Sampson
ats at offog.org
Wed Jul 14 08:48:14 BST 2010
"cljacobsen at gmail.com" <cljacobsen at gmail.com> writes:
> Is there ever a time when the path names would need splitting?
It's because the environment variables can contain options too ("export
KROC='kroc -di'"). The right fix is probably to make split_options use
something other than shlex.split() on Windows, I guess.
If you can assume Python 2.6, shlex.split has a "posix" parameter that,
when set to False, makes it behave more like the Windows shell...
--
Adam Sampson <ats at offog.org> <http://offog.org/>
More information about the developers
mailing list