mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
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:
parent
cc47c120e4
commit
28a07c868e
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user