summarylogtreecommitdiffstats
path: root/evelauncher.sh
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-03-03 18:01:27 +0100
committerJernuh Zakalwe2019-03-03 18:01:27 +0100
commitf6b230a1d34c339404e69e92a5774760ccea140c (patch)
tree2519499fcb3368edddec3499725a0a85d3910bad /evelauncher.sh
parent8ea2e0d83a2a8cfa2543308fd5cb831eb89cc8ac (diff)
downloadaur-f6b230a1d34c339404e69e92a5774760ccea140c.tar.gz
Avoiding some bashism. Cosmetic changes. Wrong archive name exchanged.
Diffstat (limited to 'evelauncher.sh')
-rw-r--r--evelauncher.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/evelauncher.sh b/evelauncher.sh
index 7826429249a7..7c908c633353 100644
--- a/evelauncher.sh
+++ b/evelauncher.sh
@@ -42,8 +42,8 @@ check_wine() {
WINECONF=$(find ${WINEINFP%/bin*}/share -name 'wine.inf' 2>/dev/null) || true
WINEDATE=$(ls -l --time-style=+%s "$WINECONF" 2>/dev/null | cut -d' ' -f6)
if [ "x$WINEDATE" != "x$INSTWINE" ] ;then
- desktop_msg "Preparing wine in $WINEPREFIX"
- env WINEPREFIX=$WINEPREFIX \
+ desktop_msg "Preparing wine in $WINEPREFIX"
+ env WINEPREFIX=$WINEPREFIX \
WINEDEBUG=-all \
WINEDLLOVERRIDES="mscoree,mshtml,winemenubuilder.exe=d" \
$WINEPATH/wine wineboot
@@ -78,7 +78,7 @@ LAUNCHER="$EVEDIR/Launcher"
SETUPDIR="/opt/evesetup"
WINEPATH="/usr/bin"
-source $SETUPDIR/lib/evelauncher.shlib
+source $SETUPDIR/lib/evelauncher.shlib 2>/dev/null || . $SETUPDIR/lib/evelauncher.shlib
check_env
check_wine