summaryrefslogtreecommitdiff
path: root/env.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-1/+1
| | | | by Larry Doolittle.
* Check that putenv succeeded, suggested by Jonas Holmberg.Matt Kraai2001-05-111-1/+2
|
* Fix handling of '-' option and way that variables are added to theMatt Kraai2001-05-111-6/+14
| | | | | environment from Jonas Holmberg <jonas.holmberg@axis.com>. Fix handling of command options by adding + to getopt string.
* Add in a new standalone env applet for fixing up app's environmentsEric Andersen2001-03-291-0/+97
-Erik