Skip to content

Commit

Permalink
Fixes for the setup script (#63)
Browse files Browse the repository at this point in the history
* Setup script: fix typo

* Setup script: set file mode as executable
  • Loading branch information
Raffarti authored and doitsujin committed Feb 8, 2018
1 parent 807dd72 commit 8f134ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine_utils/setup_dxvk.sh.in
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f134ba

Please sign in to comment.