]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When building on Ubuntu bootstrap bmake with bash as the default shell
authorarichardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 15:49:02 +0000 (15:49 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 15:49:02 +0000 (15:49 +0000)
commit8cb815a2dc9282737f8ba24179cf2232214c8ac3
treef8ef6c959b993d38c1201841eeac28a1470bada5
parent096ffd47992b426218d0d9e4c841d92bd0812cf8
When building on Ubuntu bootstrap bmake with bash as the default shell

The Ubuntu /bin/sh (dash) removes all environment variables that contain
characters outside the [a-zA-Z0-9_] range and this breaks the bmake tests that
run as part of bootstrapping bmake.
This can be reverted when the bmake tests have been updated.
tools/build/make.py