K 10 svn:author V 4 ache K 8 svn:date V 27 2007-04-30T19:25:00.000000Z K 7 svn:log V 296 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. END