From 6a5447106abef1c23bf937bfe52a56f7d8b9b48d Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 20 Dec 1996 22:48:42 +0000 Subject: gave it more snae handling of symlinks CVS patchset: 1247 CVS date: 1996/12/20 22:48:42 --- autodeps/linux.prov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodeps') diff --git a/autodeps/linux.prov b/autodeps/linux.prov index aaede68fb..fd2f98748 100644 --- a/autodeps/linux.prov +++ b/autodeps/linux.prov @@ -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 -- cgit v1.2.3