projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fba780
)
Fix typo. (trunk r15099)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Dec 2009 03:22:02 +0000
(
03:22
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Dec 2009 03:22:02 +0000
(
03:22
-0000)
svn path=/main/branches/2.1.7/; revision=15104
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index b19c96a776f5a9fc7c9fb2f3239c59e80ce9740c..b4cd7c5ff4010c752528d075563fec8dbb91d68e 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-993,7
+993,7
@@
def check_procfs():
if platform.system() not in ("Linux",) or \
os.path.ismount(procfs_path):
return os.EX_OK
- msg = "It sees that %s is not mounted. You have been warned." % procfs_path
+ msg = "It see
m
s that %s is not mounted. You have been warned." % procfs_path
writemsg_level("".join("!!! %s\n" % l for l in textwrap.wrap(msg, 70)),
level=logging.ERROR, noiselevel=-1)
return 1