bug-bash
[Top][All Lists]
Advanced

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

Re: bash tab variable expansion question?


From: Sebastian Siebert
Subject: Re: bash tab variable expansion question?
Date: Mon, 05 Mar 2012 23:43:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2

On 05.03.2012 21:28, Chet Ramey wrote:
On 3/5/12 2:07 PM, Sebastian Siebert wrote:

Thanks for the great patch.

I have applied your patch in our bash 4.2 + Patchlevel 20. It is solved an
issue with variable expansion. But on the other side bash completion is
broken. :-(

Bash completion with local file (./some_script.sh, e.g.) would not be working:

# ./some_sc<TAB>

Current result:
# ./some_sc

Expected result:
# ./some_script.sh

It seems that the bash completion stops working.

I have added another patch to fix this issue. It would be nice if you have
a look to the patch and let me know if this is ok.

Thanks.  This is not the correct fix for that particular problem.  Please
look at the `direxpand' branch of the bash git tree at

http://git.savannah.gnu.org/cgit/bash.git/?h=direxpand

for a version of bash-4.2.20 with an updated direxpand patch applied.
This problem is fixed there.

Chet


Hi Chet,

thank you to point me out to the correct patch. :-) I will used this patch for the bash 4.2 + PL 20.

--
Kind regards, Sebastian - openSUSE Member (Freespacer)
Website/Blog: <http://www.sebastian-siebert.de>
Important notes on openSUSE Mailing List:
<http://en.opensuse.org/openSUSE:Mailing_list_netiquette>



reply via email to

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