]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
leak less local vars
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Oct 2011 13:54:09 +0000 (13:54 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Oct 2011 13:54:09 +0000 (13:54 +0000)
svn-id: @12379

mod-usbkbd.sh

index dc2d5023db392cec0655da8e353112499baf975f..e259028d4ca9f39cae606d2c54b07bb0d64cddb7 100644 (file)
@@ -15,7 +15,7 @@ find_modules_usbkbd() {
                return
        fi
 
-       local modules
+       local modules i module bInterfaceClass bInterfaceProtocol
 
        for i in /sys/class/input/input*; do
                [ ! -f $i/device/bInterfaceClass -o ! -f $i/device/bInterfaceProtocol ] && continue
This page took 0.125902 seconds and 4 git commands to generate.