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

Author: agaffney
Date: 2008-02-19 19:38:52 +0000 (Tue, 19 Feb 2008)
New Revision: 602

Modified:
   trunk/ChangeLog
   trunk/generic/initrd.scripts
Log:
Apply patch from bug 210457 to fix variable substitution. Thanks to Paul Taylor <birder@ozemail.com.au> for reporting

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-19 19:31:25 UTC (rev 601)
+++ trunk/ChangeLog	2008-02-19 19:38:52 UTC (rev 602)
@@ -2,6 +2,10 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
+  Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
+  Taylor <birder@ozemail.com.au> for reporting
+
   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
   Remove quotes from around ${ROOT_TREES} so that the dirs are parsed
   separately by bash/cp

Modified: trunk/generic/initrd.scripts
===================================================================
--- trunk/generic/initrd.scripts	2008-02-19 19:31:25 UTC (rev 601)
+++ trunk/generic/initrd.scripts	2008-02-19 19:38:52 UTC (rev 602)
@@ -934,6 +934,6 @@
 find_looptype() {
 	LOOPTYPE="${LOOP##*.}"
 	[ "${LOOPTYPE}" == "loop" ] && LOOPTYPE="normal"
-	[ "${LOOP}" == "/zisofs" ] && LOOPTYPE="${LOOP:1}"
+	[ "${LOOP}" == "/zisofs" ] && LOOPTYPE="${LOOP#/}"
 	[ -z "${LOOPTYPE}" ] && LOOPTYPE="noloop"
 }

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



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

only message in thread, other threads:[~2008-02-19 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19 19:38 [gentoo-commits] genkernel r602 - 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