lit/LitConfig.py: Fixup for msys bash.

llvm-svn: 187896
This commit is contained in:
NAKAMURA Takumi 2013-08-07 17:21:23 +00:00
parent 2f7667e018
commit 50985962d6
1 changed files with 1 additions and 1 deletions

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 = ''