summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-08 15:32:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-08 15:32:02 +0200
commit5c138ea1178b53d6cf2d6c80032e1762d51e4ea1 (patch)
treef8751516e5d0b38f27ebc890e58af8401315e12d /review
parent6080bd9453345c1ed46adbace47ff7029ecefe52 (diff)
Update for 0.6.0 release0.6.0
Diffstat (limited to 'review')
-rwxr-xr-xreview2
1 files changed, 1 insertions, 1 deletions
diff --git a/review b/review
index 3d739ac..a8a0f98 100755
--- a/review
+++ b/review
@@ -6,7 +6,7 @@
#
usage="usage: $0"
-modules="libbutl build2 libbpkg bpkg brep build2-toolchain"
+modules="libbutl build2 libbpkg bpkg brep libbbot bbot libstd-modules build2-toolchain"
owd=`pwd`
trap "{ cd $owd; exit 1; }" ERR