From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 6 Aug 1996 21:50:51 -0400 From: scott@angora.cse.psu.edu scott@angora.cse.psu.edu Subject: No subject Topicbox-Message-UUID: 4aa1e35a-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960807015051.vRJD00xnxpBdIqt6GtljpWh4GD9Ty0MrXAsLzGQu_IE@z> 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.