[Bash-completion-devel] Bug#502804: syntax errors when sourcing bash-completion with POSIX enabled

2008-10-20 Thread Freddy Vulto
Hi, I forgot to append to the existing [EMAIL PROTECTED] array at bug 2 (line 9572). Attached is an improved diff. === modified file 'bash_completion' --- bash_completion 2008-10-10 19:01:59 + +++ bash_completion 2008-10-20 16:03:48 + @@ -270,15 +270,23 @@ _expand ||

[Bash-completion-devel] Bug#366899: bash-completion: function _dpkg_source contains a inappropriate exit statement

2008-10-20 Thread A.Politz
Package: bash-completion Version: 20080705 Followup-For: Bug #366899 _dpkg_source contains a inappropriate exit statement, which forces the shell to exit. I suppose this should be 'return' instead. Reproduce: Open a bash-shell , type '_dpkg_sourceRET'. Patch follows: diff -c -L /su:[EMAIL