brp-verify_elf: set -o pipefail -- just in case
This commit is contained in:
parent
e124ef0b4c
commit
c024ff3ce7
@ -127,6 +127,9 @@ RPM_VERIFY_ELF_LDD_RPATH="$("$dump_ld_config" '' "$RPM_BUILD_ROOT")"
|
||||
RPM_VERIFY_ELF_LDD_RPATH="$RPM_VERIFY_ELF_LDD_RPATH /$RPM_LIB $RPM_LIBDIR $("$dump_ld_config")"
|
||||
export RPM_VERIFY_ELF_LDD_RPATH
|
||||
|
||||
# just in case
|
||||
set -o pipefail
|
||||
|
||||
find .$RPM_VERIFY_ELF_TOPDIR -path ./usr/lib/debug -prune -o -type f -print |
|
||||
file -NF$'\t' -f - |
|
||||
while IFS=$'\t' read -r f t; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user