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    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to