From fcaf61364c7753417daded9d67466d88f2868fcf Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:34:02 -0400 Subject: [clusterfuzzlite] Include shebang line when generating project. (#6532) Fixes: #6527 --- infra/templates.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra') 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 -- cgit v1.2.3