Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann

(Closes: #487571)
This commit is contained in:
David Paleino 2008-06-22 21:42:22 +02:00
parent a98ab5615c
commit e404f172e3
2 changed files with 8 additions and 1 deletions

View File

@ -9331,7 +9331,7 @@ _filedir_xspec()
{ {
local IFS cur xspec local IFS cur xspec
IFS='\t\n' IFS=$'\t\n'
COMPREPLY=() COMPREPLY=()
cur=`_get_cword` cur=`_get_cword`

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
bash-completion (20080617.3) UNRELEASED; urgency=low
* Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
(Closes: #487571)
-- David Paleino <d.paleino@gmail.com> Sun, 22 Jun 2008 21:41:20 +0200
bash-completion (20080617.2) unstable; urgency=low bash-completion (20080617.2) unstable; urgency=low
[ David Paleino ] [ David Paleino ]