]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tools: Fix interpreter for virt-qemu-sev-validate
authorAndrea Bolognani <abologna@redhat.com>
Thu, 8 Dec 2022 15:57:23 +0000 (16:57 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 8 Dec 2022 16:24:21 +0000 (17:24 +0100)
Go through env(1) instead of hardcoding the path to the Python
interpreter, as we already do for all other Python scripts.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/virt-qemu-sev-validate

index 712a4e4593b95c1a79f15d8a2024def76f77013f..46a92aa7a011c909816785546b6f910c8459e32b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # SPDX-License-Identifier: LGPL-2.1-or-later
 #