Ticket #256 (closed defect: fixed)

Opened 23 months ago

Last modified 13 months ago

commands fail on win32 if the %COMSPEC% env variable is defined with arguments

Reported by: ramaboule Owned by:
Priority: major Milestone: undecided
Version: 0.7.6 Keywords: win32 COMSPEC commands.py
Cc:

Description

In my case, I had %COMSPEC% defined as:

%SystemRoot%\system32\cmd.exe /E:32768

And the my win32 slave kept failing to launch any commands. Please see the commands.py patch attached that fixes my issue. There may be a more elegant way to do it though...

PS The version I was running is 0.7.7 but the Version combo box on trac does not give me this option PPS I made the patch using a fresh pull of the HEAD with darcs

Attachments

commands.py.patch Download (0.5 KB) - added by ramaboule 23 months ago.
patch file for commands.py

Change History

Changed 23 months ago by ramaboule

patch file for commands.py

Changed 13 months ago by dustin

  • status changed from new to closed
  • resolution set to fixed
Created commit 894bb2a: (refs #256) allow COMSPEC to have spaces
 1 files changed, 6 insertions(+), 2 deletions(-)
Note: See TracTickets for help on using tickets.