From 9087c258f5c77bfe23fca97471b9d5acac40d9c2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 6 Jul 2020 10:07:12 +0200 Subject: bumpPkgrel: pass $provided to checkPinnedDependencies --- bumpPkgrel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bumpPkgrel') diff --git a/bumpPkgrel b/bumpPkgrel index 51807816..18625639 100755 --- a/bumpPkgrel +++ b/bumpPkgrel @@ -79,7 +79,7 @@ if [ $# -ne 1 ] || ${auto_detect}; then { printf '%s\n' "$@" if ${auto_detect}; then - "${0%/*}/checkPinnedDependencies" -m + "${0%/*}/checkPinnedDependencies" -m "${provided}" fi } \ | sort -u \ -- cgit v1.2.3-54-g00ecf