aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-09-30 09:34:02 -0400
committerGitHub <noreply@github.com>2021-09-30 09:34:02 -0400
commitfcaf61364c7753417daded9d67466d88f2868fcf (patch)
tree809a289dd3223d77e239a47f91762814a4529bd6
parent5f9801853d6dfac8a412cc953890e713b0fc3a0e (diff)
downloadoss-fuzz-fcaf61364c7753417daded9d67466d88f2868fcf.tar.gz
[clusterfuzzlite] Include shebang line when generating project. (#6532)
Fixes: #6527
-rwxr-xr-xinfra/templates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/templates.py b/infra/templates.py
index 9247285b9..3db291453 100755
--- a/infra/templates.py
+++ b/infra/templates.py
@@ -86,6 +86,8 @@ BUILD_TEMPLATE = """\
"""
EXTERNAL_BUILD_TEMPLATE = """\
+#!/bin/bash -eu
+
# build project
# e.g.
# ./autogen.sh