summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r--eclass/gnuconfig.eclass9
1 files changed, 2 insertions, 7 deletions
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 <wwoods@gentoo.org>
#
@@ -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