mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +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)
|
dir = lit.Util.whichTools(tools, paths)
|
||||||
|
|
||||||
# bash
|
# bash
|
||||||
self.bashPath = Util.which('bash', dir)
|
self.bashPath = lit.Util.which('bash', dir)
|
||||||
if self.bashPath is None:
|
if self.bashPath is None:
|
||||||
self.note("Unable to find 'bash.exe'.")
|
self.note("Unable to find 'bash.exe'.")
|
||||||
self.bashPath = ''
|
self.bashPath = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user