Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Windows OS, revert the usage of cmd.exe by default #42

Closed
wants to merge 1 commit into from
Closed

For Windows OS, revert the usage of cmd.exe by default #42

wants to merge 1 commit into from

Conversation

axel3rd
Copy link
Contributor

@axel3rd axel3rd commented May 23, 2018

cf. #17 (comments from May 2018): Revert the usage of cmd.exe by default (on Windows), because prevents the destroy/kill launched by this way when CTRL+C.

Allow this behavior by the usage of a new method:

Commandline cmd = new Commandline();
cmd.setForceShellOsSpefic( true );

This PR should be chosen or #41.

@michael-o
Copy link
Member

Very good, I'd even go so far and drop the same stuff for Unix. Never understood why one has to invoke /bin/sh at all.

@axel3rd
Copy link
Contributor Author

axel3rd commented May 23, 2018

I'd even go so far and drop the same stuff for Unix

Why not, but out of scope of this pull request IMO, designed to fix the CTRL+C problem on Windows.

@michael-o
Copy link
Member

Correct.

@mkarg
Copy link
Collaborator

mkarg commented Dec 21, 2020

@axel3rd Please fix the conflicts. Thanks.

@axel3rd
Copy link
Contributor Author

axel3rd commented Dec 21, 2020

@axel3rd Please fix the conflicts. Thanks.

@mkarg : Sorry, not able todo that in this PR, because is >2 years old so I have deleted the fork since this time.

@axel3rd
Copy link
Contributor Author

axel3rd commented Dec 21, 2020

See #41, usage of a shell wrapper is not really a relevant behavior => closing

@axel3rd
Copy link
Contributor Author

axel3rd commented Dec 21, 2020

See #110 for following.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants