From: Andrea Bolognani Date: Thu, 8 Dec 2022 15:57:23 +0000 (+0100) Subject: tools: Fix interpreter for virt-qemu-sev-validate X-Git-Tag: v9.0.0-rc1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a19d7264bb26df8108805d3f28d71d7a597342;p=thirdparty%2Flibvirt.git tools: Fix interpreter for virt-qemu-sev-validate 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 Reviewed-by: Ján Tomko --- diff --git a/tools/virt-qemu-sev-validate b/tools/virt-qemu-sev-validate index 712a4e4593..46a92aa7a0 100755 --- a/tools/virt-qemu-sev-validate +++ b/tools/virt-qemu-sev-validate @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # SPDX-License-Identifier: LGPL-2.1-or-later #