X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=9d6bc69ae9ec3451b8fca5cbf0555d1ff0aa5054;hb=a569533b09c0aca215b8194f5d66790b51752edf;hp=c947e125324a30556b9b5e629a570810569bd8ca;hpb=3c6ccf74fb3500571f2f35db5571135bebfd548f;p=live-boot-grml.git diff --git a/debian/live-boot.init b/debian/live-boot.init index c947e12..9d6bc69 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -49,7 +49,7 @@ cache_path() then if [ -x "${path}" ] then - if file "${path}" | grep -q 'dynamically linked' + if file -L "${path}" | grep -q 'dynamically linked' then for lib in $(ldd "${path}" | awk '{ print $3 }') do