projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b9597
)
- make quiet really mean it
author
Ned Ludd
<solar@gentoo.org>
Wed, 21 Dec 2005 15:27:25 +0000
(15:27 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Wed, 21 Dec 2005 15:27:25 +0000
(15:27 -0000)
svn path=/main/trunk/; revision=2423
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 752d0e00aae0d6e0d65a9b1f0bc419864bde2bec..c52c3caa759fe3e341d9f54d6db5dcdd4c2ce884 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2875,7
+2875,7
@@
if myaction in ["sync","rsync","metadata"] and (not "--help" in myopts):
chk_updated_cfg_files()
- if(mybestpv != mypvs):
+ if(mybestpv != mypvs)
and not "--quiet" in myopts
:
print
print red(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended"
print red(" * ")+"that you update portage now, before any other packages are updated."