diff options
-rw-r--r-- | pin-dependencies.PKGBUILDpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pin-dependencies.PKGBUILDpatch b/pin-dependencies.PKGBUILDpatch index fbe15bb6..f0e5ee8f 100644 --- a/pin-dependencies.PKGBUILDpatch +++ b/pin-dependencies.PKGBUILDpatch @@ -52,7 +52,7 @@ if printf '%s\n' "${arch[@]}" | grep -qvxF any; then ); then printf 'There are discrepancies between the _pinned_dependencies and the linked libraries in %s'"'"'s %s:\n' \ "${pkgbase:-${pkgname}}" \ - "${FUNCNAME[0]}" + "${FUNCNAME[1]}" printf '%s\n' "${_errors}" \ | sed ' s/^</actual / |