From 824fc5434f50c925ceb8da5f5586323babf98413 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Jan 2022 13:08:17 +0200 Subject: Adjust to match new bash module semantics --- bdep-util/git-pre-commit-version-check.in | 4 ++-- 1 file 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 ':' (for example 'HEAD:manifest') and in the -- cgit v1.1