forked from OSchip/llvm-project
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:
parent
c3183ed70e
commit
a7830a47f1
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue