X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=9d6bc69ae9ec3451b8fca5cbf0555d1ff0aa5054;hb=01b0551f355e5c829aaf4b4f486c3880625ad858;hp=c947e125324a30556b9b5e629a570810569bd8ca;hpb=a926b8a0e9ea6c89f3e94611d1030bb203cbdc9e;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