fixed code for exclusions compspecs
This commit is contained in:
parent
7fcc788d45
commit
4287baddf8
@ -9405,7 +9405,7 @@ list=( $( sed -ne '/^# START exclude/,/^# FINISH exclude/p' \
|
|||||||
line=${line%# START exclude*}
|
line=${line%# START exclude*}
|
||||||
line=${line%# FINISH exclude*}
|
line=${line%# FINISH exclude*}
|
||||||
line=${line##*\'}
|
line=${line##*\'}
|
||||||
list=( "${list[@]:-}" $line )
|
list=( "${list[@]}" $line )
|
||||||
done
|
done
|
||||||
echo "${list[@]}"
|
echo "${list[@]}"
|
||||||
)
|
)
|
||||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -16,8 +16,9 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
|
|||||||
- fixed _muttquery()
|
- fixed _muttquery()
|
||||||
- added flv/FLV completion to mplayer
|
- added flv/FLV completion to mplayer
|
||||||
- only complete on filenames for aspell
|
- 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
|
bash-completion (20080617.3) unstable; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user