summaryrefslogtreecommitdiff
path: root/xmake/core/base/tty.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-28 22:37:17 +0800
committerruki <[email protected]>2021-01-28 22:37:17 +0800
commitd4e0263d7452fa502f8e4c2914d22dd186a14950 (patch)
tree52e6d9d9d432eb6c9addc7e60bbb86ec7dfec663 /xmake/core/base/tty.lua
parentc4795dc197dee6d1544539c67de090de9abcb4df (diff)
fix tty
Diffstat (limited to 'xmake/core/base/tty.lua')
-rw-r--r--xmake/core/base/tty.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/tty.lua b/xmake/core/base/tty.lua
index 393456096..0ad5ac449 100644
--- a/xmake/core/base/tty.lua
+++ b/xmake/core/base/tty.lua
@@ -163,7 +163,7 @@ function tty.term()
if TERM:find("xterm", 1, true) then
term = "xterm"
elseif TERM == "cygwin" then
- term == "cygwin"
+ term = "cygwin"
end
end
end