mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -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
|
do
|
||||||
if has "$binary"
|
if has "$binary"
|
||||||
then
|
then
|
||||||
python="$binary"
|
python=$(command -v "$binary")
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue