bug-bash
[Top][All Lists]
Advanced

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

Re: Arithmetic expansion in rediretion word is evaluated twice


From: Chet Ramey
Subject: Re: Arithmetic expansion in rediretion word is evaluated twice
Date: Wed, 3 Jun 2020 09:50:38 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.1

On 6/2/20 9:14 PM, Dale R. Worley wrote:
> Chet Ramey <chet.ramey@case.edu> writes:
>> On 6/1/20 3:34 PM, Oguz wrote:
>>> See:
>>>
>>>     $ unset foo
>>>     $ : <$((foo+=42))
>>>     bash: 84: No such file or directory
>>>     $ echo $foo
>>>     84
>>
>> Yes. The redirection is evaluated once for the open and again for the
>> error message.
> 
> That does seem rather a bug, or at least, a poor error message.  Is it
> hard to save the string that was attempted to be opened?

It's clumsy. The code isn't really structured to make this easy. I'll put
it on the list to take a look at.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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