We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.. to avoid collisions with other things in PATH, including bash builtins. Example from nss (#316 (comment)):
testing hash Using seed corpus: hash_seed_corpus.zip hash -rss_limit_mb=2048 -timeout=25 -runs=32 /tmp/seed_corpus/ bash: line 0: hash: -s: invalid option hash: usage: hash [-lr] [-p pathname] [-dt] [name ...] ERROR: bad exit code: 2
The text was updated successfully, but these errors were encountered:
a789bcc should fix it, need to verify.
Sorry, something went wrong.
Ok fixed it properly in f52193a and b4f6676
fix confirmed in https://oss-fuzz-build-logs.storage.googleapis.com/build_logs/nss/latest.txt
No branches or pull requests
.. to avoid collisions with other things in PATH, including bash builtins.
Example from nss (#316 (comment)):
The text was updated successfully, but these errors were encountered: