commit | 61cd0db3d2d3f78c85ba7c1ee52b5df63837a8ba | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Mar 07 21:10:21 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Mar 07 21:10:21 2003 +0000 |
tree | 5cdde5fd789d50dfce5450dce6e96bb5b9c0eeee | |
parent | 669454e9dc4f8472b9239b4abdec1b7e111bb864 [diff] |
Don't quote the path to Python unless the path contains an embedded space. Quoting the path doesn't work on Win2K (cmd.exe) regardless, this is just a hack to let the test pass again on Win2K (so long as Python isn't installed in a path that does contain an embedded space). On Win2K it looks like we'd also have to add a second pair of double quotes, around the entire command line.