FS#29421 - [bash] $VAR tab expansion
Attached to Project:
Arch Linux
Opened by Daniel Wallace (gtmanfred) - Friday, 13 April 2012, 07:09 GMT
Last edited by Allan McRae (Allan) - Friday, 13 April 2012, 07:51 GMT
Opened by Daniel Wallace (gtmanfred) - Friday, 13 April 2012, 07:09 GMT
Last edited by Allan McRae (Allan) - Friday, 13 April 2012, 07:51 GMT
|
Details
Description:
Currently in bash if you do something like ls $HOME/<tab> this because ls \$HOME/ and is useless when you try and run the command Saying the $HOME is not a directory. Steps to reproduce: ls $HOME/<tab> Patch: I found this patch http://git.savannah.gnu.org/cgit/bash.git/patch/?id=b3203139c0ad0bd9fa902d5e7d8bf9064a74775f which adds direxpand to shopt and seems to have fixed it for now |
This task depends upon
Comment by Allan McRae (Allan) -
Friday, 13 April 2012, 07:51 GMT
This patch will not be applied until it lands on the development
branch (or even better, the 4.2 branch). Request a reopen if that
occurs.
bashexpand.patch