-
Notifications
You must be signed in to change notification settings - Fork 672
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
Add execvpe support #682
Comments
I'd like to be assigned this issue |
Awesome! Thanks for offering to contribute to I wasn't expecting someone to pick this up so quickly, so this is actually missing a crucial detail that you'll want to make a first commit that changes the Just post here if you have any issues and I'll be sure to address them ASAP! |
Basically, I stumbled across |
Hi guys, |
This was removed in #681 because it was broken. Re-adding it is basically undoing fcc22f2 (without the feature support and instead conditionally including it on supported platforms).
libc
hasexecvpe
included forhaiku
,linux
, andopenbsd
platforms. If you are a new contributor, go ahead and readCONTRIBUTING.md
, assign this to yourself, and file a PR when you've gotten somewhere (start the title withWIP
if it's not ready to merge, and include "closes #682" in the text of the PR).The text was updated successfully, but these errors were encountered: