mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
configure: set $PYTHON to a full path
This will make it possible to replace it in a shebang line. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
44e9f2309f
commit
95c5f2debc
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -908,7 +908,7 @@ for binary in "${PYTHON-python3}" python python2
|
|||
do
|
||||
if has "$binary"
|
||||
then
|
||||
python="$binary"
|
||||
python=$(command -v "$binary")
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue