public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] releng r623 - trunk/tools
@ 2009-03-13 12:51 Andrew Gaffney (agaffney)
  0 siblings, 0 replies; only message in thread
From: Andrew Gaffney (agaffney) @ 2009-03-13 12:51 UTC (permalink / raw
  To: gentoo-commits

Author: agaffney
Date: 2009-03-13 12:51:55 +0000 (Fri, 13 Mar 2009)
New Revision: 623

Modified:
   trunk/tools/ChangeLog
   trunk/tools/catalyst-auto
Log:
Fix typo with multiple kernel code

Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog	2009-03-13 12:34:18 UTC (rev 622)
+++ trunk/tools/ChangeLog	2009-03-13 12:51:55 UTC (rev 623)
@@ -3,6 +3,9 @@
 # $Id$
 
   13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
+  Fix typo with multiple kernel code
+
+  13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
   Add --test flag
 
   02 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:

Modified: trunk/tools/catalyst-auto
===================================================================
--- trunk/tools/catalyst-auto	2009-03-13 12:34:18 UTC (rev 622)
+++ trunk/tools/catalyst-auto	2009-03-13 12:51:55 UTC (rev 623)
@@ -166,9 +166,9 @@
 
   sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${new_version_stamp}'|' ${i}
 
-  kconfig_line=$(grep '^boot/kernel/[^/]\+/config:' ${i})
-  if [ -n "${kconfig_line}" ]; then
-    echo "${kconfig_file}" | while read line; do
+  kconfig_lines=$(grep '^boot/kernel/[^/]\+/config:' ${i})
+  if [ -n "${kconfig_lines}" ]; then
+    echo "${kconfig_lines}" | while read line; do
       key=$(echo "${line}" | cut -d: -f1)
       filename=$(basename $(echo "${line}" | cut -d: -f2))
       sed -i "s|^${key}:.*\$|${key}: ${TMPDIR}/kconfig/${filename}|" ${i}




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

only message in thread, other threads:[~2009-03-13 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 12:51 [gentoo-commits] releng r623 - trunk/tools 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