diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 14:12:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 14:12:41 +0200 |
commit | d522c01d87bf31b237e322319da290ee3860e3b8 (patch) | |
tree | 62bcf35f8d71c466486bb1c1223a463103b905cb /intro2-tldr | |
parent | 1a3f59fe6268113eef384812f21a2f4ffee0c772 (diff) |
Update intro2 scripts/output
Diffstat (limited to 'intro2-tldr')
-rwxr-xr-x | intro2-tldr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intro2-tldr b/intro2-tldr index 31d5f49..ee1f487 100755 --- a/intro2-tldr +++ b/intro2-tldr @@ -32,7 +32,7 @@ rm -rf hello.git hello hello-gcc # Prepare hello.git repository. # -bdep new -t exe -l c++ --no-init -d hello.git hello +bdep new -t exe -l c++ --no-init -o hello.git hello cd hello.git sed -i -re 's/version: .+/version: 0.1.0/' manifest git add . |