Open
Description
Describe the bug
There are some new occasions of unbound variables, which AFAIU, #44 are now considered bugs.
To reproduce
Invoke "set -u" before invoking bash-completion in .bashrc. Launching a new shell, gives:
bash: filenames: unbound variable
bash: filenames: unbound variable
bash: filenames: unbound variable
Versions (please complete the following information)
- Operating system name/distribution and version: Debian sid
- bash version,
echo "$BASH_VERSION"
: 5.1.8(1)-release - bash-completion version,
(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
: 2.11