diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:38:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:38:08 +0200 |
commit | 6f57674600977e8e69edc1ad2268835dbe8364c5 (patch) | |
tree | 9c1dacb7fb8c041519e877985505deec0ebfaa0f /review | |
parent | b98ad74283dd8d4ff98bfd05ec23d519bb437d06 (diff) |
Adjust to bpkg-rep to bpkg-util rename, add kconfig
Diffstat (limited to 'review')
-rwxr-xr-x | review | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # usage="usage: $0" -modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep bdep-util brep libbbot bbot libstd-modules build2-toolchain" +modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util brep libbbot bbot libstd-modules build2-toolchain" owd=`pwd` trap "{ cd $owd; exit 1; }" ERR |