an = was temporarily set to 0, but not reset

This commit is contained in:
ceriel 1990-05-14 12:30:18 +00:00
parent 27718f5d6d
commit 9570000674

View file

@ -46,6 +46,7 @@ putenv(char *name)
}
}
}
*r = '=';
v = environ;
}