mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
Switch to the portable shebang to bash
This commit is contained in:
parent
787297ee4e
commit
68e6676d68
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# default directories
|
# default directories
|
||||||
dxvk_lib32=${dxvk_lib32:-"x32"}
|
dxvk_lib32=${dxvk_lib32:-"x32"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user