lit/LitConfig.py: Fixup for msys bash.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Aug 2013 17:21:23 +0000 (17:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Aug 2013 17:21:23 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187896 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/LitConfig.py

index cff3636268e76c8f0497d17f5c623fb8eb6dd0a2..bd7a60312285c9eda3e3c182b1e5096adace0d53 100644 (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 = ''