diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-20 16:56:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-20 16:56:28 +0200 |
commit | f07e14f7cc43baf76fd6916a85be5bf2b42c531a (patch) | |
tree | 725e31d32216b41469461a6c72bdaf573af25772 /intro2-tour | |
parent | 35219dcea1530755fc37713a70d49322ec169f48 (diff) |
Updates for 0.12.0 releasev0.12.0
Diffstat (limited to 'intro2-tour')
-rwxr-xr-x | intro2-tour | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/intro2-tour b/intro2-tour index ab6fa64..4adbac7 100755 --- a/intro2-tour +++ b/intro2-tour @@ -113,9 +113,7 @@ cat <<EOF >>repositories.manifest role: prerequisite location: $repo EOF -cat <<EOF >>manifest -depends: libhello ^1.0.0 -EOF +sed -i -re 's/^#depends: libhello/depends: libhello/' manifest # ^1.0.0 sed -i -re 's/^#import/import/' hello/buildfile cat <<EOF >hello/hello.cxx #include <iostream> |