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