ash - problem/bug with redirection and internal command

Bernhard Fischer rep.nop at aon.at
Thu Jul 6 06:21:51 PDT 2006


On Thu, Jul 06, 2006 at 03:08:44PM +0200, Natanael Copa wrote:
>2006/7/6, Rob Landley <rob at landley.net>:
>>
>>On Wednesday 05 July 2006 11:47 am, Paul Fox wrote:
>>> if that's the case, then i agree that simply clearing the error
>>> is probably the right thing to do.  this is vodz's change, referred
>>> to above:
>>>
>>> --- busybox/svn/shell/ash.c   2006-06-15 22:19:41.000000000 -0400
>>> +++ vodz/shell/ash.c  2006-05-05 09:33:54.000000000 -0400
>>> @@ -3473,6 +3459,7 @@
>>>       flushall();
>>>  cmddone:
>>>       exitstatus |= ferror(stdout);
>>> +     clearerr(stdout);
>>>       commandname = savecmdname;
>>>       exsig = 0;
>>>       handler = savehandler;
>>
>>Applied.
>
>
>
>Could this go into busybox_1_2_stable branch too?

There is no busybox_1_2_stable branch.

I guess the maintainer will create this branch when the
http://busybox.net/downloads/Changelog.gz is populated with the
changelog between the busybox_1_1_stable branch and the
busybox_1_2_stable branch..
>
>For inclusion in 1.2.1.
>
>Thanks.


More information about the busybox mailing list