Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[[ Bug 22942 ]] Ensure the shellcommand defaults to COMSPEC on Windows #2145
Conversation
| @@ -133,11 +133,6 @@ on revSetWindowsShellCommand | |||
| if the platform is not "Win32" then exit revSetWindowsShellCommand | |||
| set the hideConsoleWindows to true | |||
| if $COMSPEC is not empty then set the shellCommand to $COMSPEC | |||
runrevmark
Oct 16, 2020
Contributor
This can just be:
set the shellCommand to $COMSPEC
Since we are making it an error to try and shell() if shellCommand is empty.
This can just be:
set the shellCommand to $COMSPEC
Since we are making it an error to try and shell() if shellCommand is empty.
|
@livecode-vulcan review ok 7a3800e |
[[ Bug 22942 ]] Ensure the shellcommand defaults to COMSPEC on Windows Goes together with livecode/livecode-ide#2145
|
|
f309d60
into
develop-9.6
No description provided.