an = was temporarily set to 0, but not reset

This commit is contained in:
ceriel 1990-05-14 12:30:18 +00:00
parent 8bf3486d6d
commit d05cc4ae3e

View File

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