Skip to content

build: fix missing '!' in shebang of generated oss-fuzz scripts #2676

Merged
ucwong merged 1 commit intomasterfrom
dev
Mar 23, 2026
Merged

build: fix missing '!' in shebang of generated oss-fuzz scripts #2676
ucwong merged 1 commit intomasterfrom
dev

Conversation

@ucwong
Copy link
Member

@ucwong ucwong commented Mar 20, 2026

No description provided.

\`oss-fuzz.sh\` line 38 writes \`#/bin/sh\` instead of \`#!/bin/sh\` as
the shebang of generated fuzz test runner scripts.

\`\`\`diff
-#/bin/sh
+#!/bin/sh
\`\`\`

Without the \`!\`, the kernel does not recognize the interpreter
directive.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@ucwong ucwong marked this pull request as ready for review March 20, 2026 12:51
@ucwong ucwong merged commit 68020d5 into master Mar 23, 2026
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants