From a7830a47f13ff616e406f5f1174f5d6ff34b09c0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 10 Dec 2013 16:51:35 +0000 Subject: 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 --- lldb/scripts/Python/build-swig-Python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index 6e6fdd7737b..5cbb9644ca0 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -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 -- cgit v1.2.3