summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
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