| Summary: | app-shells/bash-completion doesn't clean env after initialisation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Raphaël Droz <raphael.droz+floss> |
| Component: | New packages | Assignee: | Gentoo Shell Tools project <shell-tools> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Thanks. + 01 Dec 2009; Jeremy Olexa <darkside@gentoo.org> + -bash-completion-1.1-r3.ebuild, +bash-completion-1.1-r4.ebuild, + files/bash-completion.sh: + Revbump for minor ommision in bash-completion.sh file which didn't clean + up the env properly. bug 293871 |
For sometimes the upstream files bash_completion and bash_completion.sh are splitted by gentoo in /etc/profile.d/bash-completion.sh, /usr/share/bash-completion/{.{pre,post},base} But the .post file in charge of unsetting some helpers/variables is no more loaded what make the environment a bit bloated by those variables. Reproducible: Always Steps to Reproduce: 1. . /etc/profile.d/bash-completion.sh 2. echo $USERLAND/$UNAME $have Actual Results: GNU/Linux yes