forked from CastroFidel/PortWINE
change -eq to = in all test
This commit is contained in:
@ -19,7 +19,7 @@ export PORTWINE_ACO=0
|
||||
########################################################################
|
||||
ADD_IN_START_PORTWINE ()
|
||||
{
|
||||
if [ "${var_dxvk_on}" -eq "0" ]
|
||||
if [ "${var_dxvk_on}" = "0" ]
|
||||
then ###OPENGL###
|
||||
export PROTON_USE_WINED3D=1
|
||||
export PW_DXGI_FOR_VKD3D=1
|
||||
|
Reference in New Issue
Block a user