From e859769e5cbab3dfdb4f1a019a88ca6e9726efe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20van=20Dorst?= Date: Wed, 27 Aug 2025 23:04:53 +0200 Subject: [PATCH] http: use python3. Fix compile issue where system don't have python2. I get error below. /bin/sh: line 1: ./treatasm.py: cannot execute: required file not found make[1]: *** [Makefile:15: httpd.rel] Error 127 Debian has python3 a long time so use it. See https://wiki.debian.org/Python --- httpd/treatasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/treatasm.py b/httpd/treatasm.py index 2940a3a..9fe89f4 100755 --- a/httpd/treatasm.py +++ b/httpd/treatasm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 import re import sys