- Package:
- bash-completion
- Source:
- bash-completion
- Submitter:
- Peter De Wachter
- Date:
- 2013-09-03 10:06:06 UTC
- Severity:
- normal
Dear Maintainer, Trying to use tab-completion with the export built-in results in quite bizarre behavior: input: export HOME=<tab> result: export '/home/pdewacht/' input: export HOME=/<tab> result: export H input: export HOME=/h<tab> result: export HOME= I expected simple filename completion, like you get without bash-completion installed.