Package: base-files
Version: 3.1.2
Severity: minor

Lines 20 and 21 of '/usr/share/base-files/inputrc' and '/etc/inputrc' contain
each one a final blank space. If you uncomment line 21, removing the '#'
initial character, the final blank space prevents readline's parser from
correctly understanding the line and the bell will keep ringing on
tab-completion.

$ cat /etc/debian_version 
3.1
$ uname -a
Linux localhost 2.6.8-2-k7 #1 Thu May 19 18:03:29 JST 2005 i686 GNU/Linux
$ head -21 /etc/inputrc | tail -1 | wc -c
23
$ head -21 /usr/share/base-files/inputrc | tail -1 | wc -c
23


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to