summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-exec_command.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exec_command.py states in comments it uses /bin/sh on POSIX for subprocess ↵Diane Bruce2018-01-141-0/+11
but incorrectly uses shell from environment. This makes compiles fail when compilation is done using the account 'nobody' which is default on pkg-fallout runs. PR: ports/225156 Submitted by: self Reported by: self Reviewed by: antoine Approved by: antoine