commit | 00a068c0defbc610732b89f79904cd04e0a70dc0 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Sep 09 02:41:32 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Sep 09 02:41:32 2009 +0000 |
tree | dd22bfd8a54312fe80379d2fe6391a4eb3ee85b5 | |
parent | c84d4d3a2e752a4ba621587c066c1177cb8d5f40 [diff] [blame] |
Fix another refactoro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81312 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/lit.py b/utils/lit/lit.py index 62ebf51..ceb08f5 100755 --- a/utils/lit/lit.py +++ b/utils/lit/lit.py
@@ -156,7 +156,7 @@ # If we didn't find a config file, keep looking. if not cfgpath: parent,base = os.path.split(path) - if parent == item: + if parent == path: return (None, ()) ts, relative = search(parent)