We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
exec({"FOO" => "BAR"}, "bash", "-c", "echo $FOO") => BAR
-e:1:in `exec': No such file or directory (Errno::ENOENT) from -e:1:in `<main>'
From #4346.
The text was updated successfully, but these errors were encountered:
Related: we could use a native execve and share logic that #spawn uses for all the flags.
execve
#spawn
Sorry, something went wrong.
Fixed in 0f0b952.
No branches or pull requests
Expected Behavior
Actual Behavior
From #4346.
The text was updated successfully, but these errors were encountered: