- 9fans.
>> i don't think that fixes it. try this test on plan 9
>>
>> fn 'test?' {echo}
>> lc /env
>
> it does, unless you build an 8.out and test it
> without installing it as /386/bin/rc.
> when you invoked lc, a shell script, that ran the buggy
> /386/bin/rc, which polluted the environment.
> in fact you have to run lc twice to cause the problem:
> the first rc reads the fn out of the environment and
> writes it back incorrectly, and the second one then
> gets confused.
pfft. i'm feeling so smart today!
doesn't a similar change need to be made in
win32.c and simple.c?
also, does Xfn need to call deglob() on each function
name?
- erik