fix shebang in build.sh

This fixes #2583.
This commit is contained in:
wucke13
2023-08-20 23:51:47 +02:00
parent bfcd44704f
commit 2547ed83ca
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null
set -e -x