From 032b2ac7a187e294132d84956c59fa581c9716e2 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 11 Nov 2021 19:39:25 +1000 Subject: [PATCH] Coding style. - Consistently use "/usr/bin/env". --- eris/eris/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eris/eris/tools.py b/eris/eris/tools.py index 8c91d2d..67ff6df 100755 --- a/eris/eris/tools.py +++ b/eris/eris/tools.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.9 +#!/usr/bin/env python3.9 # -*- coding: utf-8 -*-