fixup! fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514

This commit is contained in:
Jan Edmund Lazo 2020-01-19 10:05:23 -05:00
parent 58033e15d5
commit 4c152be726
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 2 additions and 0 deletions

View File

@ -560,6 +560,7 @@ list_missing_previous_vimpatches_for_patch() {
local -a missing_vim_patches=()
_set_missing_vimpatches 1 -- "${fname}"
set +u # Avoid "unbound variable" with bash < 4.4 below.
local missing_vim_commit_info="${missing_vim_patches[0]}"
if [[ -z "${missing_vim_commit_info}" ]]; then
printf -- "-\n"
@ -572,6 +573,7 @@ list_missing_previous_vimpatches_for_patch() {
printf -- "-\n"
fi
fi
set -u
done
set +u # Avoid "unbound variable" with bash < 4.4 below.