dxvk: fix unbound variable warning in setup_dxvk.sh
This commit is contained in:
parent
2fc61b77cf
commit
f67a9f0e27
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ usage() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
case "${1:-}" in
|
||||
uninstall|install)
|
||||
action=$1
|
||||
shift
|
||||
|
|
Loading…
Reference in a new issue