From 5711fbc199db949ad071c26193191d81cae2dcb9 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 6 Feb 2007 14:52:40 +0000 Subject: - fix typo in test --- find-requires.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-requires.in b/find-requires.in index 6aabbd5..cd98377 100755 --- a/find-requires.in +++ b/find-requires.in @@ -214,7 +214,7 @@ for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64 objd=`objdump -p ${i} | grep SONAME` lib64=`if file -L $i 2>/dev/null | grep "ELF 64-bit" >/dev/null; then echo "(64bit)"; fi` && \ if [ -h ${i} -a -n "${objd}" ]; then - if [ "$needed" -eq 1 ]; then + if [ "$needed" -eq 0 ]; then ldd ${i} \ | grep -v "statically linked" \ | grep -v "/\(lib\|lib64\)/\(ld\|ld64\|ld-linux.*\)\.so" \ -- cgit v1.2.1