]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When building on Ubuntu bootstrap bmake with bash as the default shell
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 15:49:02 +0000 (15:49 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 15:49:02 +0000 (15:49 +0000)
commitb1365a26e905f44713ef1d72f7ef6f9698ca7201
treef8ef6c959b993d38c1201841eeac28a1470bada5
parentaf6a4c1716acc1cf6a32f992b31f194759c148ad
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