From: William Lallemand Date: Tue, 13 Aug 2024 15:26:36 +0000 (+0200) Subject: MINOR: release-estimator: fix the shebang of the python script X-Git-Tag: v3.1-dev6~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f14bdba867ce80324439dde2ae9e2422ed1c0113;p=thirdparty%2Fhaproxy.git MINOR: release-estimator: fix the shebang of the python script Fix the shebang of the python script to use /usr/bin/env, allowing to call the script directly from a virtualenv with `./release-estimator.py` without using the python3 install of the system. --- diff --git a/admin/release-estimator/release-estimator.py b/admin/release-estimator/release-estimator.py index e113bffcbd..946fcc8f35 100755 --- a/admin/release-estimator/release-estimator.py +++ b/admin/release-estimator/release-estimator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Release estimator for HAProxy #