[lldb-dev] [PATCH] invoking python inconsistently
Sylvestre Ledru
sylvestre at debian.org
Tue Dec 10 08:56:20 PST 2013
On 08/12/2013 22:00, Xavier de Gaye wrote:
> in lldb/scripts/Python/build-swig-Python.sh, see the patch below.
>
> diff --git a/tools/lldb/scripts/Python/build-swig-Python.sh
> b/tools/lldb/scripts/Python/build-swig-Python.sh
> --- a/tools/lldb/scripts/Python/build-swig-Python.sh
> +++ b/tools/lldb/scripts/Python/build-swig-Python.sh
> @@ -356,7 +356,7 @@
> 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
Commited as r196933
S
More information about the lldb-dev
mailing list