X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=sbin%2Fscanmodem;h=552ad795ded533dacd6b98b1989cb87358b761a7;hb=6491538dd1b832fcae56d058b2a0685f2e643460;hp=8ca1128475fac4fb613061a7295785d577c55d4b;hpb=a83e3825511532c96dd400447f2e0cc5e89600dd;p=grml-network.git diff --git a/sbin/scanmodem b/sbin/scanmodem index 8ca1128..552ad79 100755 --- a/sbin/scanmodem +++ b/sbin/scanmodem @@ -936,7 +936,7 @@ fi # SIL_id # slamr.ko test if [ -x /bin/dmesg ] ; then DMESG=/bin/dmesg - SLAMR=`find /lib/modules/ -name slamr.* -mindepth 3 -maxdepth 5 | grep $SYS` + SLAMR=$(find /lib/modules/ -mindepth 3 -maxdepth 5 -name slamr.* | grep $SYS) fi if test -n "$DMESG" -a -n "$SLAMR" -a -n "$smart" ; then