diff options
author | Erich Eckner <git@eckner.net> | 2020-06-04 13:45:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-04 13:48:29 +0200 |
commit | 56c170773785b835405cd500618e4db6e3223560 (patch) | |
tree | 7a574eb289624eb36772d47c26c338ff1e9f5869 /pin-dependencies.PKGBUILDpatch | |
parent | a662f7cab527a4cd46705bcf3cc756cd2cd2065a (diff) | |
download | archlinuxewe-56c170773785b835405cd500618e4db6e3223560.tar.xz |
pin-dependencies.PKGBUILDpatch: show correct function name
Diffstat (limited to 'pin-dependencies.PKGBUILDpatch')
-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 fbe15bb60..f0e5ee8f0 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 / |