gave it more snae handling of symlinks

CVS patchset: 1247
CVS date: 1996/12/20 22:48:42
This commit is contained in:
ewt 1996-12-20 22:48:42 +00:00
parent 2030ca0f9c
commit 6a5447106a
1 changed files with 1 additions and 1 deletions

View File

@ -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