lit/LitConfig.py: Fixup for msys bash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-08-07 17:21:23 +00:00
parent cc47c120e4
commit 28a07c868e

View File

@ -102,7 +102,7 @@ class LitConfig:
dir = lit.Util.whichTools(tools, paths)
# bash
self.bashPath = Util.which('bash', dir)
self.bashPath = lit.Util.which('bash', dir)
if self.bashPath is None:
self.note("Unable to find 'bash.exe'.")
self.bashPath = ''