mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
Fix shellcheck error SC2155
Close https://github.com/neovim/neovim/pull/11765
This commit is contained in:
@@ -597,9 +597,10 @@ list_missing_previous_vimpatches_for_patch() {
|
||||
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||
if [[ -z "${missing_list[*]}" ]]; then
|
||||
msg_ok 'no missing previous Vim patches'
|
||||
set -u
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
set -u
|
||||
|
||||
local -a missing_unique
|
||||
local stat
|
||||
|
||||
Reference in New Issue
Block a user