From 05f3c99fb3ef5fb97088644f792e65d4b813a2ef Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 Oct 2025 23:23:24 +0800 Subject: fix show cmd --- xmake/modules/private/utils/batchcmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/utils/batchcmds.lua') diff --git a/xmake/modules/private/utils/batchcmds.lua b/xmake/modules/private/utils/batchcmds.lua index ab45dc121..378f4f0f5 100644 --- a/xmake/modules/private/utils/batchcmds.lua +++ b/xmake/modules/private/utils/batchcmds.lua @@ -39,7 +39,7 @@ local batchcmds = batchcmds or object { _init = {"_TARGET", "_CMDS", "_DEPINFO", function _runcmd_show(cmd, opt) local format = cmd.format if format then - cprint(showtext, format, table.unpack(cmd.argv)) + cprint(format, table.unpack(cmd.argv)) end end -- cgit v1.3.1