diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-21 09:03:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-21 09:03:57 +0200 |
commit | 6f9f993a150be298fed8bc7a2928cd3ce607ddd1 (patch) | |
tree | 5157ce543aedbc6ecb9286b9154e5677ee20783a /intro2-tour | |
parent | 1bbd01a9837c5a4297e53701055a309593945fa1 (diff) |
Fix intro script
Diffstat (limited to 'intro2-tour')
-rwxr-xr-x | intro2-tour | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intro2-tour b/intro2-tour index 660ffc8..aa92b5e 100755 --- a/intro2-tour +++ b/intro2-tour @@ -173,7 +173,7 @@ show bdep sync # sed -i -re 's/^#import/import/' hello/buildfile sed -i -re 's/^#depends: libhello/depends: libhello/' manifest -bdep sync +bdep sync --no-progress cat <<EOF >>repositories.manifest : |