[fuzzing] Use correct hashbang

Co-authored-by: Adam Uhlíř <adam@uhlir.dev>
This commit is contained in:
markspanbroek 2023-06-19 14:46:53 +02:00
parent f530bc5081
commit 96aa98c734
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
root=$(cd $(dirname "$0")/.. && pwd)