bug-bash
[Top][All Lists]
Advanced

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

"${foo}"{bar,baz}


From: Koblinger Egmont
Subject: "${foo}"{bar,baz}
Date: Fri, 17 Sep 2004 15:55:23 +0200 (CEST)

Hi,

This is bash 2.05b.0 or 3.00.00:
$ echo "$TERM"{A,B} "${TERM}"{C,D}
xtermA xtermB xtermC xtermD

And now the same command with 3.00.13:
echo "$TERM"{A,B} "${TERM}"{C,D}
xtermA xtermB xterm{C,D}
                   ^^^^^ it seems to be a bug introduced by the 13 patches


-- 
Egmont




reply via email to

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