diff options
| -rw-r--r-- | lua/nvim-lsp-installer/installers/shell.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/installers/shell.lua b/lua/nvim-lsp-installer/installers/shell.lua index 2d0ccf6f..d06f5898 100644 --- a/lua/nvim-lsp-installer/installers/shell.lua +++ b/lua/nvim-lsp-installer/installers/shell.lua @@ -37,7 +37,7 @@ end function M.sh(raw_script, opts) local default_opts = { - prefix = "set -euo pipefail;", + prefix = "set -eu;", env = {}, } opts = vim.tbl_deep_extend("force", default_opts, opts or {}) |
