summarylogtreecommitdiffstats
path: root/evewine
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-10-11 17:25:36 +0200
committerJernuh Zakalwe2019-10-11 17:25:36 +0200
commit7df07f62d05bc7e6148b3c55585388fe76654a29 (patch)
tree42bd3b8937728ad1161ed44ee628dba4462e7fa4 /evewine
parent764175b0915355cf81ed3b5864708baa0dfc0f06 (diff)
downloadaur-7df07f62d05bc7e6148b3c55585388fe76654a29.tar.gz
Removed QTVER variable from evelauncher.sh (only needed by independed evelauncher.sh script).
Test for registry entry of winemenubuilder added to speedup the launch process. Fixed a bug in evewine which made it impossible to use the full path for this script. Set timestamp for all files in the evelauncher directory before creating the library in setup.sh.in
Diffstat (limited to 'evewine')
-rw-r--r--evewine6
1 files changed, 3 insertions, 3 deletions
diff --git a/evewine b/evewine
index 2e23dcd1971b..889f39c2910e 100644
--- a/evewine
+++ b/evewine
@@ -4,10 +4,10 @@
check_wine
-if [ -x "$WINEPATH/${0#*eve}" ] ;then
- WINECMD=$WINEPATH/${0#*eve}
+if [ -x "$WINEPATH/${0##*eve}" ] ;then
+ WINECMD=$WINEPATH/${0##*eve}
else
- WINECMD=$CUSTOMWP\ ${0#*eve}
+ WINECMD=$CUSTOMWP\ ${0##*eve}
fi
env WINEPREFIX=$WINEPREFIX \