madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Bash environment is polluted after completion #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Complete for example alias by typing: alias TAB

What is the expected output? What do you see instead?

The expected output would be no additional environment variables.  Instead,
the following variables - which are set by `comploadrc' - are not unset:
- UNAME
- default
- dirnames
- filenames
- nospace
- plusdirs

Original issue reported on code.google.com by fvu...@gmail.com on 16 May 2008 at 7:21

GoogleCodeExporter commented 8 years ago
Cleaned up bash environment after completion.
Added test "./runInstall load.exp" to test environment after completion.
Fixed in r3.

Original comment by fvu...@gmail.com on 16 May 2008 at 9:03