[lit] Avoid CRLFs in bash scripts on Windows
authorReid Kleckner <reid@kleckner.net>
Wed, 20 Mar 2013 23:32:14 +0000 (23:32 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 20 Mar 2013 23:32:14 +0000 (23:32 +0000)
commit8755ae8c69ca522a9931aab4b4951443b2f64d26
tree273a810195f0f8180089573881921c96eefb5a93
parent93c1fd49d2ca49447e092c4c1c4d5de1005e9e71
[lit] Avoid CRLFs in bash scripts on Windows

Native Windows Python will do line ending translation by default, which
we don't want in bash scripts.  If we're not native Windows Python, then
'b' is ignored.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177602 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py