diff options
| -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 |
