mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user