public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] genkernel r589 - in trunk: . generic
@ 2008-02-04 18:15 Andrew Gaffney (agaffney)
  0 siblings, 0 replies; only message in thread
From: Andrew Gaffney (agaffney) @ 2008-02-04 18:15 UTC (permalink / raw
  To: gentoo-commits

Author: agaffney
Date: 2008-02-04 18:15:57 +0000 (Mon, 04 Feb 2008)
New Revision: 589

Modified:
   trunk/ChangeLog
   trunk/generic/initrd.scripts
   trunk/generic/linuxrc
Log:
Switch to double quotes where we're interpolating variables, because I suck

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-03 19:48:05 UTC (rev 588)
+++ trunk/ChangeLog	2008-02-04 18:15:57 UTC (rev 589)
@@ -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
 

Modified: trunk/generic/initrd.scripts
===================================================================
--- trunk/generic/initrd.scripts	2008-02-03 19:48:05 UTC (rev 588)
+++ trunk/generic/initrd.scripts	2008-02-04 18:15:57 UTC (rev 589)
@@ -475,7 +475,7 @@
 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

Modified: trunk/generic/linuxrc
===================================================================
--- trunk/generic/linuxrc	2008-02-03 19:48:05 UTC (rev 588)
+++ trunk/generic/linuxrc	2008-02-04 18:15:57 UTC (rev 589)
@@ -224,7 +224,7 @@
 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

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-04 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 18:15 [gentoo-commits] genkernel r589 - in trunk: . generic Andrew Gaffney (agaffney)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox