]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
crunchgen: use pwd -P without env
authorAlex Richardson <arichardson@FreeBSD.org>
Fri, 14 Aug 2020 09:45:41 +0000 (09:45 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Fri, 14 Aug 2020 09:45:41 +0000 (09:45 +0000)
commit0d5e65186195325557d4b0a8331d066a85818e01
treeb1b02495fa83ea9d38f029077e8c394ce779143e
parent9b9210015db6f63ab47b5b8eace1adf484630949
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
tools/build/Makefile
usr.sbin/crunch/crunchgen/crunchgen.c