aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/mason-core/installer/context.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/installer/context.lua b/lua/mason-core/installer/context.lua
index a3ec6021..9e1df72f 100644
--- a/lua/mason-core/installer/context.lua
+++ b/lua/mason-core/installer/context.lua
@@ -254,7 +254,7 @@ function InstallContext:write_exec_wrapper(new_executable_rel_path, target_execu
end
local BASH_TEMPLATE = _.dedent [[
-#!/bin/bash
+#!/usr/bin/env bash
%s
exec %s "$@"
]]