From e9f69e067da3e096e1e64be70ec2b6de30f71d2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Apr 2021 11:33:05 +0200 Subject: Register environment variables for hermetic build configurations --- build2/b-options.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/b-options.cxx') diff --git a/build2/b-options.cxx b/build2/b-options.cxx index 17b791e..096aebc 100644 --- a/build2/b-options.cxx +++ b/build2/b-options.cxx @@ -1634,8 +1634,9 @@ namespace build2 << ::std::endl << "\033[1mEXIT STATUS\033[0m" << ::std::endl << ::std::endl - << "Non-zero exit status is returned in case of an error." << ::std::endl - << ::std::endl + << "Non-zero exit status is returned in case of an error." << ::std::endl; + + os << std::endl << "\033[1mENVIRONMENT\033[0m" << ::std::endl << ::std::endl << "The \033[1mHOME\033[0m environment variable is used to determine the user's home directory." << ::std::endl -- cgit v1.1