1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/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
env.c env calls setenv("name=value", "value", 1); which violates POSIX: 2007-04-30 19:25:00 +00:00
envopts.c
envopts.h
Makefile