As consistency, invoke python with /usr/bin/env (like it is done in the rest of the file). Thanks to Xavier De Gaye for the patch

llvm-svn: 196933
This commit is contained in:
Sylvestre Ledru 2013-12-10 16:51:35 +00:00
parent c3183ed70e
commit a7830a47f1
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ fi
current_dir=`pwd`
if [ -f "${current_dir}/modify-python-lldb.py" ]
then
python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR}
/usr/bin/env python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR}
fi