summarylogtreecommitdiffstats
path: root/evewine
diff options
context:
space:
mode:
Diffstat (limited to 'evewine')
-rw-r--r--[-rwxr-xr-x]evewine2
1 files changed, 1 insertions, 1 deletions
diff --git a/evewine b/evewine
index 92ddd4a49682..f4243e28f96e 100755..100644
--- a/evewine
+++ b/evewine
@@ -4,7 +4,7 @@ EVECONF=$HOME/.config/CCP/EVE.conf
EVEDIR=$HOME/.local/lib/EVE
UCW=$(grep UseCustomWine $EVECONF | cut -d= -f2)
-if [ "x$UCW" = "xtrue" ]; then
+if [ "x$UCW" = "xtrue" ] ;then
WINEPATH=$(grep CustomWinePath $EVECONF | cut -d= -f2)
WINEPATH=${WINEPATH%/*}
else