From 63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 7 Jan 2026 15:50:41 +0100 Subject: chore(health): remove sh healthcheck (#2053) This seems to be causing some issues (#1982), and the bourne shell is not ever used by mason.nvim, so we're removing the healthcheck. --- lua/mason/health.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua') diff --git a/lua/mason/health.lua b/lua/mason/health.lua index b105940d..e439736a 100644 --- a/lua/mason/health.lua +++ b/lua/mason/health.lua @@ -110,7 +110,6 @@ local function check_core_utils() if platform.is.unix then check { cmd = "bash", args = { "--version" }, name = "bash" } - check { cmd = "sh", name = "sh" } end if platform.is.win then -- cgit v1.2.3-70-g09d2