Bug#315515: bash: Environment variables completion error for commands 'cd' and 'ls'. (forwarded from Peter Gebauer)

2006-02-25 Thread Ian Macdonald
<[EMAIL PROTECTED]> > To: Debian Bug Tracking System <[EMAIL PROTECTED]> > Subject: Bug#315515: bash: Environment variables completion error for > commands 'cd' and 'ls'. > Date: Thu, 23 Jun 2005 09:23:59 +0200 > > Package: bash > Version: 3.0-15

Bug#315515: bash: Environment variables completion error for commands 'cd' and 'ls'.

2005-06-23 Thread Peter Gebauer
Package: bash Version: 3.0-15 Severity: minor "cd $MY_VAR" will complete to "cd \$MY_VARIABLE" and escape the dollar character. You don't want it escaped, you want to use it. Also, it doesn't need to expand variables, just leave them as they are. "ls $MY_VAR" will not complete at all. -- System