fixed function: var_dxvk_config_update
This commit is contained in:
		| @@ -299,9 +299,9 @@ var_winedlloverride_update () { | |||||||
|     fi |     fi | ||||||
| } | } | ||||||
|  |  | ||||||
| var_vkd3d_config_update () { | var_dxvk_config_update () { | ||||||
|     if [[ -n "${DXVK_CONFIG}" ]] |     if [[ -n "${DXVK_CONFIG}" ]] | ||||||
|     then export DXVK_CONFIG="${1}; ${DXVK_CONFIG}" |     then export DXVK_CONFIG="${1};${DXVK_CONFIG}" | ||||||
|     else export DXVK_CONFIG="${1}" |     else export DXVK_CONFIG="${1}" | ||||||
|     fi |     fi | ||||||
| } | } | ||||||
| @@ -1345,7 +1345,7 @@ case "${1,,}" in | |||||||
|     install|-i) shift ; run_autoinstall "$@" ;; |     install|-i) shift ; run_autoinstall "$@" ;; | ||||||
|     installed) shift ; check_installed_programs "$1" ;; |     installed) shift ; check_installed_programs "$1" ;; | ||||||
|     run|-r) shift ; run_installed_programs "$1" ;; |     run|-r) shift ; run_installed_programs "$1" ;; | ||||||
|     remove-all) shift ; remove_winehelper "$@ ";; |     remove-all) shift ; remove_winehelper "$@" ;; | ||||||
|     remove-prefix) shift ; remove_prefix "$@" ;; |     remove-prefix) shift ; remove_prefix "$@" ;; | ||||||
|     *) |     *) | ||||||
|         if [[ -f "$1" ]] ; then |         if [[ -f "$1" ]] ; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user