aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-02-04 18:15:57 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-02-04 18:15:57 +0000
commitc5bcb8d17889e4bc17231314c3c7017147906d1e (patch)
tree9c4b31658a94b63f75b0bbdfa30dc3e9da1f8b57 /generic
parentAdd qla2xxx to sparc64's MODULES_SCSI (diff)
downloadgenkernel-c5bcb8d17889e4bc17231314c3c7017147906d1e.tar.gz
genkernel-c5bcb8d17889e4bc17231314c3c7017147906d1e.tar.bz2
genkernel-c5bcb8d17889e4bc17231314c3c7017147906d1e.zip
Switch to double quotes where we're interpolating variables, because I suck
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@589 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'generic')
-rw-r--r--generic/initrd.scripts2
-rw-r--r--generic/linuxrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/initrd.scripts b/generic/initrd.scripts
index 7f68a535..111bc1f3 100644
--- a/generic/initrd.scripts
+++ b/generic/initrd.scripts
@@ -475,7 +475,7 @@ cmdline_hwopts() {
load_modules() {
# Load modules listed in MY_HWOPTS if /lib/modules exists for the running kernel
- if [ -d '/lib/modules/${KV}' ]
+ if [ -d "/lib/modules/${KV}" ]
then
good_msg 'Loading modules'
# Load appropriate kernel modules
diff --git a/generic/linuxrc b/generic/linuxrc
index 1fc1de0f..0962df17 100644
--- a/generic/linuxrc
+++ b/generic/linuxrc
@@ -224,7 +224,7 @@ cmdline_hwopts
setup_hotplug
# Load modules listed in MY_HWOPTS if /lib/modules exists for the running kernel
-if [ -d '/lib/modules/${KV}' ]
+if [ -d "/lib/modules/${KV}" ]
then
good_msg 'Loading modules'
# Load appropriate kernel modules