diff options
-rwxr-xr-x | bumpPkgrel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bumpPkgrel b/bumpPkgrel index 518078168..186256399 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 \ |