mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
4d60cd1043
* Push/pop environment to make sure it is isolated from our parents and children. * Make all environment vars (and shell vars) case-insensitive, consistent with GNO's internal handling of environment vars. * Wrap putenv and unsetenv to make sure they are called with lower-case variable names, which is necessary to maintain consistency between the environ array and the kernel's internal representation of variables.