diff -r d082b140eb98 -r 62d9f099315d sbsv2/raptor/python/raptor_meta.py --- a/sbsv2/raptor/python/raptor_meta.py Tue Jan 19 23:54:45 2010 +0000 +++ b/sbsv2/raptor/python/raptor_meta.py Wed Jan 20 17:45:18 2010 +0000 @@ -1453,7 +1453,7 @@ for cap in toks[1]: cap = cap.lower() self.__debug("Setting "+toks[0]+": " + cap) - if cap.lower() != "all": + if cap != "all": if not cap.startswith("-"): if not cap.startswith("+"): cap = "+" + cap