bug-bash
[Top][All Lists]
Advanced

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

Re: ${!prefix@} no longer expands in Bash 4.4-alpha


From: Chet Ramey
Subject: Re: ${!prefix@} no longer expands in Bash 4.4-alpha
Date: Sat, 11 Jul 2015 19:01:55 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 7/11/15 12:17 PM, konsolebox wrote:
> Bash 4.4-alpha no longer expands ${!prefix@}.
> ${!prefix*} however still works.

Yeah, it was a bad idea to make ${!prefix@} ever work in the first place.
The original intent was to use ${!prefix*} like in ksh93, but * and @ are
the same just about everywhere else in word expansions.  The exception is
the new set of ${param@op} expansions.

This will work again in the next test release.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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