change -eq to = in all test

This commit is contained in:
Castro-Fidel
2020-06-05 07:40:02 +03:00
parent 1dc085cfde
commit ad1a28a47e
3 changed files with 10 additions and 10 deletions

View File

@ -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