summaryrefslogtreecommitdiff
path: root/virt-xml
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-10-02 14:23:29 +0000
committerCole Robinson <crobinso@redhat.com>2021-10-04 16:26:08 -0400
commit59babfe4d60783af69a43afe0db4572e918fc39e (patch)
tree4ff9ba9c72ec5d2160c84309bc98bb3e07b32e89 /virt-xml
parent5fb529fe0b32d72cff596a3ed237d8f9f2e1e882 (diff)
downloadvirt-manager-59babfe4d60783af69a43afe0db4572e918fc39e.tar.gz
virt-*: invoke python3 using /usr/bin/env
Diffstat (limited to 'virt-xml')
-rwxr-xr-xvirt-xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-xml b/virt-xml
index 75844613..53c6c3fe 100755
--- a/virt-xml
+++ b/virt-xml
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Convenience wrapper for easily running virt-xml from the git tree
import os