[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incorrect process substitution when brace expansion is used inside i
From: |
Rajeev V. Pillai |
Subject: |
Re: Incorrect process substitution when brace expansion is used inside it. |
Date: |
Thu, 18 Dec 2008 00:21:46 +0530 (IST) |
User-agent: |
Alpine 2.00 (LNX 1167 2008-08-23) |
On Wed, 17 Dec 2008, Chet Ramey wrote:
> Bash-3.2 doesn't treat process substitution specially during brace expansion.
> It's subject to the same brace expansion as any other word.
>
> The next release of bash will pass the contents of process substitution
> through brace expansion unchanged.
>
Attached patch seems to fix the problem for me. Please include in the next
release after review.
Thanks,
Rajeev
bash-3.2.diff
Description: Patch to fix incorrect process substitution when brace expansion is used inside