diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 16:06:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 16:06:51 +0200 |
commit | 9004c7a83e5a1bd9943363671c149dead8db634b (patch) | |
tree | 7b19e00fb6ba2c12ba0584a09e267301d8f4c2ad /git | |
parent | 2396e41fa3b28b1413989b73d457db803e45d9e0 (diff) |
Add libbutl.bash to relevant scripts
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/modules b/git/modules index 52c52e5..ed8c356 100644 --- a/git/modules +++ b/git/modules @@ -2,6 +2,7 @@ modules=" \ git \ change \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ @@ -27,6 +28,7 @@ modules="$modules private" # tag_modules=" \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ @@ -44,6 +46,7 @@ buildos" sub_modules=" \ private \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ |