diff options
| author | ruki <[email protected]> | 2021-01-28 22:37:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-28 22:37:17 +0800 |
| commit | d4e0263d7452fa502f8e4c2914d22dd186a14950 (patch) | |
| tree | 52e6d9d9d432eb6c9addc7e60bbb86ec7dfec663 | |
| parent | c4795dc197dee6d1544539c67de090de9abcb4df (diff) | |
fix tty
| -rw-r--r-- | xmake/core/base/tty.lua | 2 |
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 |
