Fix a typo.

llvm-svn: 143207
This commit is contained in:
Johnny Chen 2011-10-28 17:56:02 +00:00
parent 73057ad24f
commit 6c75b61f08
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ def setupSysPath():
os.environ["LLDB_BUILD_DIR"] = os.path.split(lldbHere)[0]
if not noHeaders:
print "LLDB build dir:", os.environ["LLDB_BUILD_DIR"]
os.system('%s -v' % lldbExec)
os.system('%s -v' % lldbHere)
# One last chance to locate the 'lldb' executable.
if not lldbExec: