-
Type:
Bug
-
Resolution: resolved
-
Priority:
Major
-
Component/s: SW
-
None
bash limits the size of the environment to 128K. Calling shell commands can fail with the result of
export GIT_DIFF=$(shell git diff)
growing to large.
execvp out of make will fail for invoking echo or /bin/sh