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:
parent
807dd72656
commit
8f134bafcf
2
wine_utils/setup_dxvk.sh.in
Normal file → Executable file
2
wine_utils/setup_dxvk.sh.in
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user