]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix case where --drivers was specified.
authorWarren Togami <wtogami@redhat.com>
Tue, 30 Jun 2009 19:17:08 +0000 (15:17 -0400)
committerWarren Togami <wtogami@redhat.com>
Tue, 30 Jun 2009 19:17:08 +0000 (15:17 -0400)
modules.d/90kernel-modules/install

index eec3ae7293ebb2260ed0f2913db10635c452d79a..d257ae146b75b1a04c2e5b15aa3ab7b2d6889568 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-if [ -z $drivers ]; then
+if [ -z "$drivers" ]; then
   drivers="sd_mod =fs"
   instmods $drivers
   # Include block controller drivers