diff --git a/winehelper b/winehelper index d480914..41c1579 100755 --- a/winehelper +++ b/winehelper @@ -299,9 +299,9 @@ var_winedlloverride_update () { fi } -var_vkd3d_config_update () { +var_dxvk_config_update () { if [[ -n "${DXVK_CONFIG}" ]] - then export DXVK_CONFIG="${1}; ${DXVK_CONFIG}" + then export DXVK_CONFIG="${1};${DXVK_CONFIG}" else export DXVK_CONFIG="${1}" fi } @@ -1345,7 +1345,7 @@ case "${1,,}" in install|-i) shift ; run_autoinstall "$@" ;; installed) shift ; check_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 "$@" ;; *) if [[ -f "$1" ]] ; then