summaryrefslogtreecommitdiff
path: root/scripts/xldd.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xldd.in')
-rwxr-xr-xscripts/xldd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in
index c346d66..273a60d 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\)' \