]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
No -l in grep.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 24 Mar 2012 18:27:54 +0000 (18:27 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 24 Mar 2012 18:27:54 +0000 (18:27 +0000)
svn-id: @12512

mod-usbkbd.sh

index 0595b5058638f7a62a82d3023e90f3614b819c98..0c2a7d27f5c77c083b4634df5be8f89c78c099b7 100644 (file)
@@ -29,7 +29,7 @@ find_modules_usbkbd() {
                fi
 
                # logitech unifying receiver (unfortunately I know no way to detect keyboard only)
-               if grep -qil "Logitech Unifying Device" $i/name; then
+               if grep -qi "Logitech Unifying Device" $i/name; then
                        module=$(readlink $i/device/driver/module)
                        module=$(basename $module)
 
This page took 0.180972 seconds and 4 git commands to generate.