diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-27 21:09:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-22 22:01:02 -0400 |
commit | 2800f7a931b56b551df35280134b9d9e4d7e96a6 (patch) | |
tree | b7298445f65ed61b0dcbbf5bc803ff9e4c935136 /src/SMAPI.Installer/unix-launcher.sh | |
parent | e3ae54637ff93a1203cbad65a22ed4bceab762e8 (diff) | |
download | SMAPI-2800f7a931b56b551df35280134b9d9e4d7e96a6.tar.gz SMAPI-2800f7a931b56b551df35280134b9d9e4d7e96a6.tar.bz2 SMAPI-2800f7a931b56b551df35280134b9d9e4d7e96a6.zip |
add release note (#633)
Diffstat (limited to 'src/SMAPI.Installer/unix-launcher.sh')
-rw-r--r-- | src/SMAPI.Installer/unix-launcher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Installer/unix-launcher.sh b/src/SMAPI.Installer/unix-launcher.sh index 77e44c8b..a98d527d 100644 --- a/src/SMAPI.Installer/unix-launcher.sh +++ b/src/SMAPI.Installer/unix-launcher.sh @@ -81,8 +81,8 @@ else konsole -p Environment=TERM=xterm -e "$LAUNCHER" elif $COMMAND terminal 2>/dev/null; then terminal -e "sh -c 'TERM=xterm $LAUNCHER'" - elif $COMMAND termite 2>/dev/null; then - termite -e "sh -c 'TERM=xterm $LAUNCHER'" + elif $COMMAND termite 2>/dev/null; then + termite -e "sh -c 'TERM=xterm $LAUNCHER'" else sh -c 'TERM=xterm $LAUNCHER' fi |