diff options
Diffstat (limited to 'scripts/xldd.in')
-rwxr-xr-x | scripts/xldd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in index c346d667..273a60d7 100755 --- a/scripts/xldd.in +++ b/scripts/xldd.in @@ -268,7 +268,7 @@ do_process_file() { for n in "${search_rpath[@]}" "${needed_search_path[@]}"; do do_trace ": - '%s'\n" "${n}" done - do_trace ": end search path" + do_trace ": end search path\n" for n in $( "${readelf}" -d "${file}" \ |"${grep}" -E '\(NEEDED\)' \ |