Switch to double quotes where we're interpolating variables, because I suck
authorAndrew Gaffney <agaffney@gentoo.org>
Mon, 4 Feb 2008 18:15:57 +0000 (18:15 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Mon, 4 Feb 2008 18:15:57 +0000 (18:15 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@589 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/initrd.scripts
generic/linuxrc

index 774bdbba41d343c2994e9e5a819b9ed791de3490..cebdbbee6cc41cc8a15cd45fdbefecfebb11bd35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
+  generic/linuxrc:
+  Switch to double quotes where we're interpolating variables, because I suck
+
   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
   Add qla2xxx to sparc64's MODULES_SCSI
 
index 7f68a53505c67f46a8cb97e34a642266792f0214..111bc1f3bbfc35e423c3b01dc2acf03cc62f4457 100644 (file)
@@ -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
index 1fc1de0f5c6b4640b8f96ad2e4403676e633cdb1..0962df17b6d79e23a79ee648512391e6dcc61048 100644 (file)
@@ -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