diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:08:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:08:42 +0200 |
commit | 0cf4fe2479b19f397ae4166991a88f4e33e843ab (patch) | |
tree | 9ac26ddc64f1ff3869755c0eacc305b69ff6af19 | |
parent | 8f5a9aded477cf108d5bdfb8efc7916522d6d399 (diff) |
Adjust to match new bash module semantics
-rw-r--r-- | brep/handler/handler.bash.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/handler/handler.bash.in b/brep/handler/handler.bash.in index e073711..d9e7eaa 100644 --- a/brep/handler/handler.bash.in +++ b/brep/handler/handler.bash.in @@ -9,8 +9,8 @@ else brep_handler=true fi -@import libbutl/manifest-parser@ -@import libbutl/manifest-serializer@ +@import libbutl.bash/manifest-parser@ +@import libbutl.bash/manifest-serializer@ bpkg_util_bpkg=bpkg @import bpkg-util/package-archive@ |