From 96aa98c7344943585cad8db50e1dcac61199cb80 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 19 Jun 2023 14:46:53 +0200 Subject: [PATCH] [fuzzing] Use correct hashbang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adam Uhlíř --- fuzzing/fuzz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzing/fuzz.sh b/fuzzing/fuzz.sh index 1d5dac8..a869e18 100755 --- a/fuzzing/fuzz.sh +++ b/fuzzing/fuzz.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e root=$(cd $(dirname "$0")/.. && pwd)