summarylogtreecommitdiffstats
path: root/evewine
blob: fcf3128fd3be4c8266bd2786bde151dd94403fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. /opt/evesetup/lib/evelauncher.shlib

check_wine

if [ -x "$WINEPATH/${0#*eve}" ] ;then
    WINECMD=$WINEPATH/${0#*eve}
else
    WINECMD=$CUSTOMWP\ ${0#*eve}
fi

env WINEPREFIX=$WINEPREFIX \
    WINEDEBUG=-all \
    $WINECMD "$@"