diff options
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 |