summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-08-26 10:50:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-08-26 10:50:42 +0200
commita372678cd9eea9947bd588bc7e74cd66d3a1b220 (patch)
tree1db402a02a7bd4629c89d0d458f185968ce9d816 /review
parentaeecc4580be04b1a835334c0e1a8a93f548d8ef3 (diff)
Add bdep-util git module
Diffstat (limited to 'review')
-rwxr-xr-xreview2
1 files changed, 1 insertions, 1 deletions
diff --git a/review b/review
index 8a46b4e..f1d4c5b 100755
--- a/review
+++ b/review
@@ -6,7 +6,7 @@
#
usage="usage: $0"
-modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep brep libbbot bbot libstd-modules build2-toolchain"
+modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep bdep-util brep libbbot bbot libstd-modules build2-toolchain"
owd=`pwd`
trap "{ cd $owd; exit 1; }" ERR