[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IFS is ignored for nested functions with stdin redirection
From: |
Andrey Borzenkov |
Subject: |
Re: IFS is ignored for nested functions with stdin redirection |
Date: |
Mon, 3 Dec 2012 19:46:46 +0400 |
В Sun, 02 Dec 2012 22:33:14 -0500
Chet Ramey <chet.ramey@case.edu> пишет:
> On 12/2/12 11:52 AM, Andrey Borzenkov wrote:
> > I hit this problem in DKMS code and could reduce it to the following
> > example:
>
> Thanks for the report. The problem has to do with state in the process
> substitution subshell preventing it from using the temporary environment
> for variable lookups. It will be fixed in the next version. I have
> attached a patch; please let me know if it fixes the issue for you.
>
Yes, this fixed it. Thank you!