projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085a0f6
)
fix typo for bug 111098 (patch by andre@fluffyspider.com.au)
author
Zac Medico
<zmedico@gentoo.org>
Sat, 11 Feb 2006 08:45:13 +0000
(08:45 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 11 Feb 2006 08:45:13 +0000
(08:45 -0000)
svn path=/main/trunk/; revision=2692
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 795092e34fcf6ba6ceba8641e3235ee9f644254b..099a38a9d9de8f98a3ebec3148be03f82eba69d1 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2734,7
+2734,7
@@
if myaction in ["sync","rsync","metadata"] and (not "--help" in myopts):
sys.exit(exitcode)
elif syncuri[:6]=="cvs://":
if not os.path.exists("/usr/bin/cvs"):
- print "!!! /usr/bin/cvs does not exist, so
rsync
support is disabled."
+ print "!!! /usr/bin/cvs does not exist, so
CVS
support is disabled."
print "!!! Type \"emerge dev-util/cvs\" to enable CVS support."
sys.exit(1)
cvsroot=syncuri[6:]