1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

Fixes for the setup script (#63)

* Setup script: fix typo

* Setup script: set file mode as executable
This commit is contained in:
Raffarti 2018-02-08 13:04:02 +01:00 committed by Philip Rebohle
parent 807dd72656
commit 8f134bafcf

2
wine_utils/setup_dxvk.sh.in Normal file → Executable file
View File

@ -144,7 +144,7 @@ check)
;;
*)
echo "Unrecognized option: $1"
echo "Usage: $0 [reset|check] [-q|--quite] [-y|-n]"
echo "Usage: $0 [reset|check] [-q|--quiet] [-y|-n]"
exit 1
;;
esac