summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-08-07 04:26:23 +0000
committerAron Griffis <agriffis@gentoo.org>2004-08-07 04:26:23 +0000
commit1f76d76caeb21399077848670a9b1d28170f9554 (patch)
treecfdd312fb837718ca1ccb438df8eef38278950f5 /eclass
parentmake is-flag work for globs (diff)
downloadgentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.tar.gz
gentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.tar.bz2
gentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.zip
revert accidental gnuconfig commit
Diffstat (limited to '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