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

Author: agaffney
Date: 2008-02-29 01:54:29 +0000 (Fri, 29 Feb 2008)
New Revision: 608

Modified:
   trunk/ChangeLog
   trunk/gen_initramfs.sh
Log:
Redirect which output to /dev/null and put quotes around var in test

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-29 01:06:15 UTC (rev 607)
+++ trunk/ChangeLog	2008-02-29 01:54:29 UTC (rev 608)
@@ -2,6 +2,9 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
+  Redirect which output to /dev/null and put quotes around var in test
+
   29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
   genkernel, ia64/modules_load, ppc/modules_load, ppc64/modules_load,
   um/modules_load, x86_64/modules_load:

Modified: trunk/gen_initramfs.sh
===================================================================
--- trunk/gen_initramfs.sh	2008-02-29 01:06:15 UTC (rev 607)
+++ trunk/gen_initramfs.sh	2008-02-29 01:54:29 UTC (rev 608)
@@ -212,8 +212,8 @@
 }
 
 append_splash(){
-	splash_geninitramfs=`which splash_geninitramfs 2>1&`
-	if [ -x ${splash_geninitramfs} ]
+	splash_geninitramfs=`which splash_geninitramfs 2>/dev/null`
+	if [ -x "${splash_geninitramfs}" ]
 	then
 		[ -z "${SPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash
 		[ -z "${SPLASH_THEME}" ] && SPLASH_THEME=default

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



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

only message in thread, other threads:[~2008-02-29  1:54 UTC | newest]

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