projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22fb49d
)
Fix typo s/upper/lower/.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Oct 2006 15:51:38 +0000
(15:51 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Oct 2006 15:51:38 +0000
(15:51 -0000)
svn path=/main/trunk/; revision=4636
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 91a1bd7410e4d5106743f0241d318fc35dd5a1af..2f06a70b2faedb28b67b7667019b5dce4e597b66 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-51,7
+51,7
@@
repoman_settings = portage.config(local_config=False,
config_incrementals=portage_const.INCREMENTALS)
repoman_settings.lock()
-if repoman_settings.get("NOCOLOR", "").
upp
er() in ("yes", "true") or \
+if repoman_settings.get("NOCOLOR", "").
low
er() in ("yes", "true") or \
not sys.stdout.isatty():
nocolor()