diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-03 16:17:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-03 16:17:30 +0200 |
commit | 9e66b569535df36be5d1598a06039cefb37999df (patch) | |
tree | 77371efd70ed8d36eb5447ba3d41204a9605fd84 /bootstrap | |
parent | 6bd241a3ddfa0f973ba88700ed5f6b9722ef7934 (diff) |
Fix typo in bootstrap script
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |