summarylogtreecommitdiffstats
path: root/evewine
diff options
context:
space:
mode:
authorJernuh Zakalwe2018-11-05 12:42:48 +0100
committerJernuh Zakalwe2018-11-05 12:42:48 +0100
commit5f9cdbedd5d9df58ea837f099e63358958489adc (patch)
treef195658e97f371b970ddbb5edd130b22503d81c7 /evewine
parentee7f270348f9e29f09aa91a30fe3010be05616cb (diff)
downloadaur-5f9cdbedd5d9df58ea837f099e63358958489adc.tar.gz
Large icons added.
Chinese translations added. Changed $WINEPATH settings to handle whitespaces in path.
Diffstat (limited to 'evewine')
-rw-r--r--evewine4
1 files changed, 2 insertions, 2 deletions
diff --git a/evewine b/evewine
index 6c81fcfe2c3a..470c1ad86797 100644
--- a/evewine
+++ b/evewine
@@ -4,7 +4,7 @@ EVECONF=$HOME/.config/CCP/EVE.conf
UCW=$(grep UseCustomWine $EVECONF | cut -d= -f2)
if [ "x$UCW" = "xtrue" ] ;then
CUSTOMWP=$(grep CustomWinePath $EVECONF | cut -d= -f2)
- WINEPATH=${CUSTOMWP%/*}
+ WINEPATH="${CUSTOMWP%/*}"
SHAREDIR=$(grep SharedCacheFolder $EVECONF | cut -d= -f2)
WINEPREFIX=${SHAREDIR}wineenv
else
@@ -26,4 +26,4 @@ fi
env WINEPREFIX=$WINEPREFIX \
WINEDEBUG=-all \
WINEDLLOVERRIDES="mscoree,mshtml,winemenubuilder.exe=d" \
- $WINECMD "$@"
+ "$WINECMD" "$@"