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

Mac path changes #1338

Closed
wants to merge 2 commits into from
Closed

Mac path changes #1338

wants to merge 2 commits into from

Conversation

gchpaco
Copy link

@gchpaco gchpaco commented May 17, 2022

Purpose

These address #1337 for me. I am not sure if there are other changes necessary for Windows.

Approach

This does not invoke the shell; instead it constructs the command line and passes it directly to spawn. This means that the shell's automatic argument splitting with spaces, which is the root of the problem, doesn't apply. It would also work around things like $ or * or other shell metacharacters showing up in pathnames.

Open Questions and Pre-Merge TODOs

  • Not sure if this works on Mac
  • Need to test forge install

@blarfoon
Copy link
Member

Kind of addressed in #1384

@blarfoon blarfoon closed this Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants