--- trunk/mage/usr/lib/mage/ldd-fix.sh 2005/06/01 15:56:13 82 +++ trunk/mage/usr/lib/mage/ldd-fix.sh 2005/06/03 16:41:48 87 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/ldd-fix.sh,v 1.1 2005-06-01 15:56:13 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/ldd-fix.sh,v 1.2 2005-06-03 16:41:48 niro Exp $ if [ -z "$1" ] then @@ -10,7 +10,7 @@ PACKAGES_TO_CHECK="" echo "Checking all files for dynamic link issues ... this may take a while ..." -for file in $(find $1 -type f -mount) +for file in $(find $1 -mount -type f) do if [ -x ${file} -a ! -L ${file} ] then