Skip to content

Commit a7830a4

Browse files
committed
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
1 parent c3183ed commit a7830a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/scripts/Python/build-swig-Python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ fi
356356
current_dir=`pwd`
357357
if [ -f "${current_dir}/modify-python-lldb.py" ]
358358
then
359-
python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR}
359+
/usr/bin/env python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR}
360360
fi
361361

362362

0 commit comments

Comments
 (0)