Merge pull request #2587 from wucke13/master

fix shebang in build.sh
This commit is contained in:
Oli Scherer 2023-08-21 00:22:31 +02:00 committed by GitHub
commit 4617c957b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null
set -e -x