diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-07 04:26:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-07 04:26:23 +0000 |
commit | 1f76d76caeb21399077848670a9b1d28170f9554 (patch) | |
tree | cfdd312fb837718ca1ccb438df8eef38278950f5 /eclass/gnuconfig.eclass | |
parent | make is-flag work for globs (diff) | |
download | gentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.tar.gz gentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.tar.bz2 gentoo-2-1f76d76caeb21399077848670a9b1d28170f9554.zip |
revert accidental gnuconfig commit
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 9 |
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 |