Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68

Fix wording from `rustbuild` to `bootstrap`

Fixes #107230
This commit is contained in:
Yuki Okushi 2023-01-28 00:23:14 +09:00 committed by GitHub
commit 1e0cf727c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -712,7 +712,7 @@ class RustBuild(object):
def build_bootstrap(self, color):
"""Build bootstrap"""
print("Building rustbuild")
print("Building bootstrap")
build_dir = os.path.join(self.build_dir, "bootstrap")
if self.clean and os.path.exists(build_dir):
shutil.rmtree(build_dir)