File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1402,7 +1402,6 @@ command revInternal__InitialiseDefaults
14021402 break
14031403 case "Windows"
14041404 set the hidePalettes to false
1405- set the shellCommand to "cmd.exe"
14061405 hide stack "revCursors"
14071406 break
14081407 case "Linux"
Original file line number Diff line number Diff line change @@ -132,12 +132,7 @@ end revRunningWindowsNT
132132on revSetWindowsShellCommand
133133 if the platform is not "Win32" then exit revSetWindowsShellCommand
134134 set the hideConsoleWindows to true
135- if $COMSPEC is not empty then set the shellCommand to $COMSPEC
136- else
137- -- just in case some windows versions don't use $COMSPEC
138- if revRunningWindowsNT() then set the shellCommand to "cmd.exe"
139- else set the shellCommand to "command.com"
140- end if
135+ set the shellCommand to $COMSPEC
141136end revSetWindowsShellCommand
142137
143138
You can’t perform that action at this time.
0 commit comments