gave it more snae handling of symlinks
CVS patchset: 1247 CVS date: 1996/12/20 22:48:42
This commit is contained in:
parent
2030ca0f9c
commit
6a5447106a
|
@ -9,7 +9,7 @@ for f in $filelist; do
|
|||
soname=$(objdump -p $f | awk '/SONAME/ {print $2}')
|
||||
|
||||
if [ "$soname" != "" ]; then
|
||||
if [ "$soname" != "_end" ]; then
|
||||
if [ ! -L $f ]; then
|
||||
echo $soname
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue