Switch to the portable shebang to bash

This commit is contained in:
Fabian Bornschein 2021-03-10 19:34:10 +01:00 committed by Philip Rebohle
parent 787297ee4e
commit 68e6676d68
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
dxvk_lib32=${dxvk_lib32:-"x32"}