ldd.in: fix trace_elf error diagnostics

This commit is contained in:
Дмитрий Левин 2021-01-11 08:00:00 +00:00
parent 83ce032556
commit ca8e8131b4

View File

@ -133,7 +133,7 @@ trace_elf()
LD_LIBRARY_VERSION=$verify_out \
LD_PRELOAD="$rtld_preload" \
"$rtld" --library-path "$rpath" "$rtld_target" ||
Fatal "$f: trace failed"
Fatal "$rtld_target: trace failed"
exit 0
}