Update Python3 shebang (again...) to what Debian people say is right and proper
authorBen Steffen <bds@mit.edu>
Sat, 7 Dec 2019 19:22:12 +0000 (14:22 -0500)
committerBen Steffen <bds@mit.edu>
Sat, 7 Dec 2019 19:22:12 +0000 (14:22 -0500)
scripts/invirt-getconf
scripts/invirt-mako-render

index e5da205..97960ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 """
 invirt-getconf loads an invirt configuration file (either the original YAML
index 1686e6f..ef7d890 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 # Modified from mako-render by gdb.
 # TODO: set the lookup path dynamically.