9fans archive / 1996 / 08 / 16 /    prev next

From: scott@ang... scott@ang...
Subject: No subject
Date: Tue, 6 Aug 1996 21:50:51 EDT

Another ape bug: putenv doesn't really do that.
(/n/lucent/sys/src/ape/lib/bsd/putenv.c) 
It looks like the code in putenv.c was intended to
create a new file in /env, but skipped the /env
part.  But, given the code for execve, that's not
correct either.  Dropping in the BSD putenv will 
probably fix the bug with a minimum of typing.