freebsd-skq/usr.bin/env
Andrey A. Chernov ed4bcacfde env calls setenv("name=value", "value", 1); which violates POSIX:
"The setenv( ) function shall fail if:
[EINVAL] The name argument is a null pointer, points to an empty string,
or points to a string containing an '=' character."
The fix (like all others in this subject) is backward-compatible.
2007-04-30 19:25:00 +00:00
..
env.1 Tidy up the markup. 2005-06-22 19:04:07 +00:00
env.c env calls setenv("name=value", "value", 1); which violates POSIX: 2007-04-30 19:25:00 +00:00
envopts.c Fix minor memory leak when expanding ${variable}s 2005-07-18 22:18:16 +00:00
envopts.h Add the '-S' and '-P' options. The '-S' option can be used to split 2005-06-20 03:43:25 +00:00
Makefile Add the '-S' and '-P' options. The '-S' option can be used to split 2005-06-20 03:43:25 +00:00