--- trunk/mage/usr/lib/mage/ldd-fix.sh 2010/07/14 17:37:07 1111 +++ trunk/mage/usr/lib/mage/ldd-fix.sh 2012/03/12 23:23:02 1782 @@ -1,7 +1,7 @@ #!/bin/bash # $Id$ -if [ -z "$1" ] +if [ -z "$@" ] then echo "$(basename $0) /path/to" exit 1 @@ -13,7 +13,7 @@ export LC_ALL=C echo "Checking all files for dynamic link issues ... this may take a while ..." -for file in $(find $1 -mount -type f) +for file in $(find $@ -mount -type f) do if [ -x ${file} -a ! -L ${file} ] then