*** empty log message ***
CVS patchset: 981 CVS date: 1996/08/20 20:57:33
This commit is contained in:
parent
9b9817967e
commit
292f0fe124
|
@ -6,7 +6,7 @@
|
|||
filelist=$(grep "\\.so" | grep -v "^/lib/ld.so" | xargs file | grep "ELF.*shared object" | cut -d: -f1)
|
||||
|
||||
for f in $filelist; do
|
||||
soname=$(objdump --raw $f --section=.dynstr 2> /dev/null | tr '\\0' '\\n' | tail -1)
|
||||
soname=$(objdump --raw $f --section=.dynstr 2> /dev/null | tr '\0' '\n' | tail -1)
|
||||
|
||||
if [ "$soname" != "" ]; then
|
||||
if [ "$soname" != "_end" ]; then
|
||||
|
|
Loading…
Reference in New Issue