google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

Fix issue with ox-ruby #12149

Open jonathanmetzman opened 4 days ago

jonathanmetzman commented 4 days ago

cc @mschwager @AdvenamTacet Do you know what this other error is that has started happening?

jonathanmetzman commented 4 days ago
+ for fuzz_target_path in $SRC/harnesses/fuzz_*.rb                                                                                                                                                                                                                                        
+ ruzzy-build /src/harnesses/fuzz_parse.rb                                                                                                                                                                                                                                                
/usr/bin/env: 'bash -e': No such file or directory     
/usr/bin/env: use -[v]S to pass options in shebang lines 
jonathanmetzman commented 4 days ago
+ for fuzz_target_path in $SRC/harnesses/fuzz_*.rb                                                                                                                                                                                                                                        
+ ruzzy-build /src/harnesses/fuzz_parse.rb                                                                                                                                                                                                                                                
/usr/bin/env: 'bash -e': No such file or directory     
/usr/bin/env: use -[v]S to pass options in shebang lines 

It might eb an issue with a local setup of mine. It's not reproing here.