From b959179e5b9bf1b37836b7b014335816fb7a13e4 Mon Sep 17 00:00:00 2001 From: mhsong <7962340+mhsong2@user.noreply.gitee.com> Date: Mon, 3 Nov 2025 03:56:43 +0000 Subject: [PATCH] update check_tools.sh. Signed-off-by: mhsong <7962340+mhsong2@user.noreply.gitee.com> --- check_tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_tools.sh b/check_tools.sh index 34298e5..047f518 100644 --- a/check_tools.sh +++ b/check_tools.sh @@ -39,6 +39,7 @@ check_tool() { fi fi printf "%-20s %s\n" "$name" "$version" + } check_tools() { -- Gitee