From 9e66b569535df36be5d1598a06039cefb37999df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Feb 2022 16:17:30 +0200 Subject: Fix typo in bootstrap script --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index cebdab3..16aa666 100755 --- a/bootstrap +++ b/bootstrap @@ -463,7 +463,7 @@ for m in "${mod[@]}"; do if [ "$b" ]; then info "module $d requires bootstrapping" - info "make sure ~/.build/b.option contains the following line and press Enter" + info "make sure ~/.build2/b.option contains the following line and press Enter" info "!config.import.libbuild2_$m=$owd/$d-build/module/" read fi -- cgit v1.1