提交 95c5f2de 编写于 作者: P Paolo Bonzini

configure: set $PYTHON to a full path

This will make it possible to replace it in a shebang line.
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 44e9f230
...@@ -908,7 +908,7 @@ for binary in "${PYTHON-python3}" python python2 ...@@ -908,7 +908,7 @@ for binary in "${PYTHON-python3}" python python2
do do
if has "$binary" if has "$binary"
then then
python="$binary" python=$(command -v "$binary")
break break
fi fi
done done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册