Comment 6 for bug 336670

Revision history for this message
Torsten Bronger (bronger) wrote :

Unfortunately, the output is the same in both cases:

bronger@wilson:~$ echo $BASH_COMPLETION
/etc/bash_completion
bronger@wilson:~$ echo $BASH_COMPLETION_DIR
/etc/bash_completion.d
bronger@wilson:~$ bash
bronger@wilson:~$ echo $BASH_COMPLETION
/etc/bash_completion
bronger@wilson:~$ echo $BASH_COMPLETION_DIR
/etc/bash_completion.d

(I checked whether the completion beheviour was different; it was.)