|
From: | Tim Waugh |
Subject: | Re: bash-3.0: brace expansion vs variable expansion |
Date: | Wed, 4 Aug 2004 15:18:23 +0100 |
User-agent: | Mutt/1.4.1i |
This seems to be the fix: --- bash-3.0/braces.c.brace 2004-08-04 14:32:33.372388250 +0100 +++ bash-3.0/braces.c 2004-08-04 15:15:36.970671832 +0100 @@ -402,6 +402,7 @@ { pass_next = 1; i++; + level++; continue; } #endif
[Prev in Thread] | Current Thread | [Next in Thread] |