From d4e0263d7452fa502f8e4c2914d22dd186a14950 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 28 Jan 2021 22:37:17 +0800 Subject: fix tty --- xmake/core/base/tty.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1