From af2fbf878597ef4960ec3b93a5d20534468cf447 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Sat, 7 Dec 2019 14:22:12 -0500 Subject: [PATCH] Update Python3 shebang (again...) to what Debian people say is right and proper --- scripts/invirt-getconf | 2 +- scripts/invirt-mako-render | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/invirt-getconf b/scripts/invirt-getconf index e5da205..97960ee 100755 --- a/scripts/invirt-getconf +++ b/scripts/invirt-getconf @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ invirt-getconf loads an invirt configuration file (either the original YAML diff --git a/scripts/invirt-mako-render b/scripts/invirt-mako-render index 1686e6f..ef7d890 100755 --- a/scripts/invirt-mako-render +++ b/scripts/invirt-mako-render @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Modified from mako-render by gdb. # TODO: set the lookup path dynamically. -- 1.7.9.5