projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9794d48
)
Fix grammar.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 20:34:09 +0000
(20:34 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 20:34:09 +0000
(20:34 -0000)
svn path=/main/trunk/; revision=8694
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 67b461db22c607aabf90224e15d58aed0b0de09a..ae30ae3696d26c586f2e4c3bb7fa8793ee24c331 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3975,7
+3975,7
@@
def _doebuild_exit_status_check(mydo, exit_status_file):
os.path.exists(exit_status_file):
return None
msg = ("The ebuild phase '%s' has exited " % mydo) + \
- "unexpectedly. This
is
type of behavior " + \
+ "unexpectedly. This type of behavior " + \
"is known to be triggered " + \
"by things such as failed variable " + \
"assignments (bug #190128) or bad substitution " + \