diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:08:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:08:17 +0200 |
commit | 824fc5434f50c925ceb8da5f5586323babf98413 (patch) | |
tree | f8d526e4f3650611bac195c5e31eaeff2fbe33a8 | |
parent | 667f6e97c713435bd55bf612e592df7e4967b8d8 (diff) |
Adjust to match new bash module semantics
-rw-r--r-- | bdep-util/git-pre-commit-version-check.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep-util/git-pre-commit-version-check.in b/bdep-util/git-pre-commit-version-check.in index a1192f1..556f1ab 100644 --- a/bdep-util/git-pre-commit-version-check.in +++ b/bdep-util/git-pre-commit-version-check.in @@ -23,8 +23,8 @@ shopt -s nullglob # Expand no-match globs to nothing rather than themselves. function info () { echo "$*" 1>&2; } function error () { info "$*"; exit 1; } -@import libbutl/manifest-parser@ -@import libbutl/standard-version@ +@import libbutl.bash/manifest-parser@ +@import libbutl.bash/standard-version@ # Note that here and below a file in the existing repository revision is # referred to as '<rev>:<path>' (for example 'HEAD:manifest') and in the |