K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-08-14T09:45:41.659065Z K 7 svn:log V 332 crunchgen: use pwd -P without env The -P flag is required by POSIX so we don't have to care whether pwd is a shell builtin or not. This also allows removing pwd from the list of bootstrap tools since all shells we care about for building have a builtin pwd command. This effectively reverts r364190. Suggested By: rgrimes, jrtc27 END