summaryrefslogtreecommitdiff
path: root/intro2-tour
diff options
context:
space:
mode:
Diffstat (limited to 'intro2-tour')
-rwxr-xr-xintro2-tour4
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>