K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-08-12T17:27:24.367494Z K 7 svn:log V 328 Use env pwd instead of pwd in crunchgen.c In r364166 I changed /bin/pwd to pwd, but pwd can be shell builtin that may not correctly return a real path. To ensure that all symlinks are resolved use `env pwd -P` instead (the -P flag is part of POSIX so should be supported everywhere). Reported By: rgrimes Suggested By: jrtc27 END