Fix typo s/upper/lower/.
authorZac Medico <zmedico@gentoo.org>
Mon, 9 Oct 2006 15:51:38 +0000 (15:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 9 Oct 2006 15:51:38 +0000 (15:51 -0000)
svn path=/main/trunk/; revision=4636

bin/repoman

index 91a1bd7410e4d5106743f0241d318fc35dd5a1af..2f06a70b2faedb28b67b7667019b5dce4e597b66 100755 (executable)
@@ -51,7 +51,7 @@ repoman_settings = portage.config(local_config=False,
        config_incrementals=portage_const.INCREMENTALS)
 repoman_settings.lock()
 
-if repoman_settings.get("NOCOLOR", "").upper() in ("yes", "true") or \
+if repoman_settings.get("NOCOLOR", "").lower() in ("yes", "true") or \
        not sys.stdout.isatty():
        nocolor()