From 335c29ed0b60c4186764b71a716876658d74d9dc Mon Sep 17 00:00:00 2001 From: Ilia K Date: Wed, 18 Feb 2015 14:16:48 +0000 Subject: Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style platform. llvm-svn: 229674 --- lldb/scripts/Python/finishSwigPythonLLDB.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py') diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py index fe12b286130..10996d442c9 100644 --- a/lldb/scripts/Python/finishSwigPythonLLDB.py +++ b/lldb/scripts/Python/finishSwigPythonLLDB.py @@ -326,7 +326,6 @@ def make_symlink( vDictArgs, vstrFrameworkPythonDir, vstrSrcFile, vstrTargetFile print strMsgSymlinkExists % vstrTargetFile; if bDbg: print strMsgSymlinkMk % (vstrTargetFile, strSrc, strTarget); - return (bOk, strErrMsg); bOk, strErrMsg = make_symlink_other_platforms( strSrc, strTarget ); -- cgit v1.2.3