From: Ben Steffen Date: Sat, 7 Dec 2019 19:22:12 +0000 (-0500) Subject: Update Python3 shebang (again...) to what Debian people say is right and proper X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/af2fbf878597ef4960ec3b93a5d20534468cf447?ds=sidebyside Update Python3 shebang (again...) to what Debian people say is right and proper --- 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.