From 1f76d76caeb21399077848670a9b1d28170f9554 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sat, 7 Aug 2004 04:26:23 +0000 Subject: revert accidental gnuconfig commit --- eclass/gnuconfig.eclass | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'eclass') diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 0520b5cd109b..bb733ed59145 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.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/gnuconfig.eclass,v 1.24 2004/08/07 04:24:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.25 2004/08/07 04:26:23 agriffis Exp $ # # Author: Will Woods # @@ -29,12 +29,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass" gnuconfig_update() { local startdir # declared here ... used in gnuconfig_do_update - local x - for ((x = 1; x <= $#; x = x + 1)); do - echo "gnuconfig_update arg$x = [${!x}]" - done - - if [[ $1 == */* ]]; then + if [[ $1 == /* ]]; then startdir=$1 shift else -- cgit v1.2.3-65-gdbad