summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkurumushi <kurumushi@users.noreply.github.com>2019-04-22 08:52:18 +0000
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 16:54:46 -0400
commitd14e470ea9e2e7533fe7fc873b213bacde282258 (patch)
tree212e7ac108aa316fca9678ce2ddcee782e9e6234
parent304d89cd193671942fd96b2eaca31ab18f9304f1 (diff)
downloadSMAPI-d14e470ea9e2e7533fe7fc873b213bacde282258.tar.gz
SMAPI-d14e470ea9e2e7533fe7fc873b213bacde282258.tar.bz2
SMAPI-d14e470ea9e2e7533fe7fc873b213bacde282258.zip
Update unix-launcher.sh
Changed the line to launch xterm, forcing TERM=xterm, as suggested by @toastal
-rw-r--r--src/SMAPI.Installer/unix-launcher.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SMAPI.Installer/unix-launcher.sh b/src/SMAPI.Installer/unix-launcher.sh
index d6c3a004..09b3f830 100644
--- a/src/SMAPI.Installer/unix-launcher.sh
+++ b/src/SMAPI.Installer/unix-launcher.sh
@@ -102,10 +102,7 @@ else
# Kitty overrides the TERM varible unless you set it explicitly
kitty -o term=xterm $LAUNCHER
;;
- xterm)
- $LAUNCHTERM -e "$LAUNCHER"
- ;;
- xfce4-terminal|gnome-terminal|terminal|termite)
+ xterm|xfce4-terminal|gnome-terminal|terminal|termite)
$LAUNCHTERM -e "sh -c 'TERM=xterm $LAUNCHER'"
;;
konsole)