build: Switch to the portable shebang in scripts

Signed-off-by: Fabian Bornschein <fabiscafe@mailbox.org>
This commit is contained in:
Fabian Bornschein 2021-03-12 13:17:31 +01:00 committed by Joshie
parent 4e777b9182
commit eb4909ea67
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# default directories
vkd3d_lib32=${vkd3d_lib32:-"x86"}