Chromium Code Reviews| Index: gclient.py | 
| diff --git a/gclient.py b/gclient.py | 
| index c240d471941c96886307b36ee3fcef0392752f4b..3db30dad1d215b31c63ee367036fa3a255f96ce7 100755 | 
| --- a/gclient.py | 
| +++ b/gclient.py | 
| @@ -2303,7 +2303,7 @@ def main(argv): | 
| return 2 | 
| fix_encoding.fix_encoding() | 
| disable_buffering() | 
| - colorama.init() | 
| + colorama.init(wrap="TERM" not in os.environ) | 
| dispatcher = subcommand.CommandDispatcher(__name__) | 
| try: | 
| return dispatcher.execute(OptionParser(), argv) |