bug-bash
[Top][All Lists]
Advanced

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

Re: brace expansion broken


From: Chet Ramey
Subject: Re: brace expansion broken
Date: Wed, 29 Sep 2004 08:10:05 -0400

> Machine Type: i686-pc-linux-gnu
> 
> Bash Version: 3.0
> Patch Level: 13
> Release Status: release
> 
> Description:
>       Brace expansion is broken in some cases when it follows quoted
>       text.

*** ../bash-3.0-patched/braces.c        Wed Sep  8 11:07:53 2004
--- braces.c    Fri Sep 17 18:42:36 2004
***************
*** 403,407 ****
          pass_next = 1;
          i++;
!         level++;
          continue;
        }
--- 403,408 ----
          pass_next = 1;
          i++;
!         if (quoted == 0)
!           level++;
          continue;
        }

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    chet@po.cwru.edu    http://tiswww.tis.cwru.edu/~chet/




reply via email to

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