diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-08-19 16:56:49 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-08-19 16:56:49 +0000 |
commit | 69bd8acc2433e42b8668c3535afa4c33862f86d1 (patch) | |
tree | 6b8f7463397bbf233d9df98d94fb0a8c1243e4f3 /eclass/cvs.eclass | |
parent | fix determination of arts daemon location - #6350 (diff) | |
download | gentoo-2-69bd8acc2433e42b8668c3535afa4c33862f86d1.tar.gz gentoo-2-69bd8acc2433e42b8668c3535afa4c33862f86d1.tar.bz2 gentoo-2-69bd8acc2433e42b8668c3535afa4c33862f86d1.zip |
use ECVS_USER, since we define it. close #6455.
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 07e2ef42f883..af58df7f2f43 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.12 2002/08/18 23:54:59 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.13 2002/08/19 16:56:49 danarmak Exp $ # This eclass provides the generic cvs fetching functions. ECLASS=cvs @@ -117,7 +117,7 @@ DIR=$DIR" # we make sure a CVS/ dir exists in our module subdir with the right # Root and Repository entries in it and cvs update. - newserver=":pserver:anonymous@${ECVS_SERVER}" + newserver=":pserver:${ECVS_USER}@${ECVS_SERVER}" # CVS/Repository files can't (I think) contain two concatenated slashes if [ -n "$ECVS_SUBDIR" ]; then |