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