#721706 bash-completion: "export" completion quite broken

#721706#5
Date:
2013-09-03 10:02:25 UTC
From:
To:
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.