mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue