Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oss-fuzz/build.sh: move flags to 'set' from #! (#2037)
The set command is preferred over flags in the shebang because they won't be used if the script is invoked with bash as is done in the oss-fuzz project's build.sh. The zip creation is updated to avoid using cp as there are subdirectories in the tests/data folder which cause failures when not using -r.
- Loading branch information