fixed code for exclusions compspecs

This commit is contained in:
David Paleino 2008-06-23 12:00:22 +02:00
parent 7fcc788d45
commit 4287baddf8
2 changed files with 3 additions and 2 deletions

View File

@ -9405,7 +9405,7 @@ list=( $( sed -ne '/^# START exclude/,/^# FINISH exclude/p' \
line=${line%# START exclude*}
line=${line%# FINISH exclude*}
line=${line##*\'}
list=( "${list[@]:-}" $line )
list=( "${list[@]}" $line )
done
echo "${list[@]}"
)

3
debian/changelog vendored
View File

@ -16,8 +16,9 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
- fixed _muttquery()
- added flv/FLV completion to mplayer
- only complete on filenames for aspell
- fixed code for exclusions compspecs
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 11:58:16 +0200
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 12:00:07 +0200
bash-completion (20080617.3) unstable; urgency=low