Skip to content

Also use shell for commands with a space#6685

Merged
headius merged 1 commit intojruby:jruby-9.2from
headius:fix_open3_windows
May 26, 2021
Merged

Also use shell for commands with a space#6685
headius merged 1 commit intojruby:jruby-9.2from
headius:fix_open3_windows

Conversation

@headius
Copy link
Member

@headius headius commented May 25, 2021

This duplicates some logic in ShellLauncher but that other logic
splits the command line and tries to pass it as multiple args.
This way works ok and may be more reliable for Open3 cases, plus
it skips all the heinous logic in ShellLauncher.

Fixes #6678

This duplicates some logic in ShellLauncher but that other logic
splits the command line and tries to pass it as multiple args.
This way works ok and may be more reliable for Open3 cases, plus
it skips all the heinous logic in ShellLauncher.

Fixes jruby#6678
@headius headius added this to the JRuby 9.2.18.0 milestone May 25, 2021
@headius headius merged commit c8e2508 into jruby:jruby-9.2 May 26, 2021
@headius headius deleted the fix_open3_windows branch May 26, 2021 02:06
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.

1 participant