tazwok diff tazwok @ rev 130

check-depends: avoid error message for unsupported elf libraries
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 11 16:47:36 2009 +0000 (2009-04-11)
parents cce242ec9f72
children c4a185f0d9a5
line diff
     1.1 --- a/tazwok	Sat Apr 11 16:07:42 2009 +0000
     1.2 +++ b/tazwok	Sat Apr 11 16:47:36 2009 +0000
     1.3 @@ -735,7 +735,7 @@
     1.4  		# Print shared library dependencies
     1.5  		ldd()
     1.6  		{
     1.7 -			LD_TRACE_LOADED_OBJECTS=1 /lib/ld*.so $1
     1.8 +			LD_TRACE_LOADED_OBJECTS=1 /lib/ld*.so $1 2> /dev/null
     1.9  		}
    1.10  
    1.11  		mkdir $TMPDIR