-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.9
-
Component/s: Shell
-
Server Development Platform
-
Minor Change
Especially as it relates to when $PATH should be searched. (This searching has to be done explicitly because execve() is used to execute the process with a given environment (so execvp() isn't useful), and execvpe() is unfortunately a non-POSIX glibc extension.)
- related to
-
SERVER-24914 Cannot start mongod from cwd > 1000 bytes long
- Closed