summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:22:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:22:26 +0200
commitdc0ebced649c7ca5ff93884ec2fecdebac2818b1 (patch)
treef23e2d28f3b7c0fbd26fc43fdcab4cab66a1322c /review
parent6a3884255bdf407edd435406076d2080a2523f19 (diff)
Add bdep to some scripts/notes (on added to stage yet)
Diffstat (limited to 'review')
-rwxr-xr-xreview2
1 files changed, 1 insertions, 1 deletions
diff --git a/review b/review
index a8a0f98..7ff0caa 100755
--- a/review
+++ b/review
@@ -6,7 +6,7 @@
#
usage="usage: $0"
-modules="libbutl build2 libbpkg bpkg brep libbbot bbot libstd-modules build2-toolchain"
+modules="libbutl build2 libbpkg bpkg bdep brep libbbot bbot libstd-modules build2-toolchain"
owd=`pwd`
trap "{ cd $owd; exit 1; }" ERR