bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exported variable and tab


From: Roman Rakus
Subject: Re: exported variable and tab
Date: Mon, 28 Mar 2011 19:33:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

On 03/28/2011 06:56 PM, Matias A. Fonzo wrote:
Hi there,

I have bash 4.2.8(2)-release with readline 6.2 running on GNU/Linux.

I've exported a variable and when I press TAB, the result is a backslash.
For example, with the case of the $HOME variable:

$ mkdir $HOME/test
$ cd $HOME/test<TAB>

The result is:

cd \$HOME/test

Instead of showing the full path.

Why bash 4.2 is trying to escape an environment variable (expanding with a
directory or a file)?.



Already discussed. See the discussion starting at http://lists.gnu.org/archive/html/bug-bash/2011-02/msg00274.html

RR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]