| 1 | === modified file 'test/extra/bash_completion/bashrc'␊ |
| 2 | --- test/extra/bash_completion/bashrc␉2011-09-05 06:03:40 +0000␊ |
| 3 | +++ test/extra/bash_completion/bashrc␉2011-09-05 06:04:38 +0000␊ |
| 4 | @@ -18,6 +18,9 @@␊ |
| 5 | ␉. /etc/bash_completion␊ |
| 6 | elif [ -f /usr/local/etc/bash_completion ]; then␊ |
| 7 | ␉. /usr/local/etc/bash_completion␊ |
| 8 | + elif [ -f /etc/profile.d/bash-completion.sh ]; then␊ |
| 9 | + ␉# Gentoo default installation place␊ |
| 10 | +␉. /etc/profile.d/bash-completion.sh␊ |
| 11 | else␊ |
| 12 | ␉echo No bash completion package present.␊ |
| 13 | ␉exit␊ |
| 14 | ␊ |
