Change Shebang from Bourne to Bash

Should fix #14741
This commit is contained in:
Jelle Spijker 2023-03-22 07:27:36 +01:00 committed by GitHub
parent 5dd2e69253
commit da435f25f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
scriptdir=$(dirname $0)