summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-02-03 23:46:40 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-02-03 23:46:40 +0000
commita4941046a213c00a9e5c00924d3b30f85654f5ee (patch)
treebbd8a1b9d0b93cd04d437bcbec3d3157c186248e /eclass
parentfix merging into $ROOT (diff)
downloadgentoo-2-a4941046a213c00a9e5c00924d3b30f85654f5ee.tar.gz
gentoo-2-a4941046a213c00a9e5c00924d3b30f85654f5ee.tar.bz2
gentoo-2-a4941046a213c00a9e5c00924d3b30f85654f5ee.zip
Fix syntax error.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index bb0c217248ea..87605826ee61 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.146 2005/02/03 22:40:47 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.147 2005/02/03 23:46:40 azarah Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -36,6 +36,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass"
ecpu_check() {
if [ $CROSSCOMPILE -eq 1 ] || [ ! -e /proc/cpuinfo ]
then
+ :
else
CPU_FLAGS=$1
USER_CPU=`grep "flags" /proc/cpuinfo`