make shebangs portable (#8556)

Co-authored-by: nanashi0x74 <rian.lindenberger@mpq.se>
This commit is contained in:
NANASHI0X74 2021-01-29 03:54:54 +01:00 committed by GitHub
parent 061552f5d4
commit a968fb1e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: ${SCRIPT}"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCRIPT="$0"