Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
(Closes: #487571)
This commit is contained in:
parent
a98ab5615c
commit
e404f172e3
@ -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
7
debian/changelog
vendored
@ -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 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user