From: Ben Steffen Date: Tue, 26 Nov 2019 05:17:20 +0000 (-0500) Subject: Switch shebang to python3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/930774f30030b32fa3e2b5eb6977ab4e4bbb6042?hp=bc5aea727d21d72161e81becc5784cdf9a065cc5 Switch shebang to python3 --- diff --git a/scripts/invirt-getconf b/scripts/invirt-getconf index d07b215..4ae35f3 100755 --- a/scripts/invirt-getconf +++ b/scripts/invirt-getconf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env 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 1eaeede..7aa42aa 100755 --- a/scripts/invirt-mako-render +++ b/scripts/invirt-mako-render @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Modified from mako-render by gdb. # TODO: set the lookup path dynamically.