summarylogtreecommitdiffstats
path: root/evewine
diff options
context:
space:
mode:
authorJernuh Zakalwe2020-09-13 15:00:48 +0200
committerJernuh Zakalwe2020-09-13 15:00:48 +0200
commitfc79547a67652b69c8a76219d41e8459406c0d53 (patch)
tree0109e5c580cd0d676bd643f61edfd288e65b3a42 /evewine
parentcf8c8d2359a24144915abf6125086bd7be2b1152 (diff)
downloadaur-fc79547a67652b69c8a76219d41e8459406c0d53.tar.gz
Format Changes in all Shellscripts to save space.
Minor Changes in evesetup.shlib.
Diffstat (limited to 'evewine')
-rw-r--r--evewine8
1 files changed, 4 insertions, 4 deletions
diff --git a/evewine b/evewine
index 889f39c2910e..495a3440671d 100644
--- a/evewine
+++ b/evewine
@@ -5,11 +5,11 @@
check_wine
if [ -x "$WINEPATH/${0##*eve}" ] ;then
- WINECMD=$WINEPATH/${0##*eve}
+ WINECMD=$WINEPATH/${0##*eve}
else
- WINECMD=$CUSTOMWP\ ${0##*eve}
+ WINECMD=$CUSTOMWP\ ${0##*eve}
fi
env WINEPREFIX=$WINEPREFIX \
- WINEDEBUG=-all \
- $WINECMD "$@"
+ WINEDEBUG=-all \
+ $WINECMD "$@"