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

[Truffle] exec(env, *command) gives ENOENT #4357

Closed
eregon opened this issue Dec 3, 2016 · 2 comments
Closed

[Truffle] exec(env, *command) gives ENOENT #4357

eregon opened this issue Dec 3, 2016 · 2 comments
Milestone

Comments

@eregon
Copy link
Member

eregon commented Dec 3, 2016

Expected Behavior

exec({"FOO" => "BAR"}, "bash", "-c", "echo $FOO")
=> BAR

Actual Behavior

-e:1:in `exec': No such file or directory (Errno::ENOENT)
	from -e:1:in `<main>'

From #4346.

@eregon eregon added the truffle label Dec 3, 2016
@eregon eregon added this to the truffle-dev milestone Dec 3, 2016
@eregon
Copy link
Member Author

eregon commented Dec 3, 2016

Related: we could use a native execve and share logic that #spawn uses for all the flags.

@nirvdrum
Copy link
Contributor

Fixed in 0f0b952.

@enebo enebo added this to the Non-Release milestone Dec 7, 2017
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

No branches or pull requests

3 participants