From dee8126afca28d57230d76411be8e074d6f3c474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 16 Jan 2022 13:32:51 +0000 Subject: [PATCH] Make tile_compiler.py hashbang more portable --- tile_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_compiler.py b/tile_compiler.py index 42932f5..7e55d05 100755 --- a/tile_compiler.py +++ b/tile_compiler.py @@ -1,4 +1,4 @@ -#!python +#!/usr/bin/env python3 import sys with open(sys.argv[1], 'r') as f: