From 04594b1175d71690b766d57188831ec97b660a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Tue, 30 Aug 2022 11:50:18 +0000 Subject: Fix python script shebang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is always better use fixed shebang instead use env command as it adds come security risk. Signed-off-by: Tomasz Kłoczko --- tools/gupnp-binding-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gupnp-binding-tool b/tools/gupnp-binding-tool index e832963..e9b10e7 100755 --- a/tools/gupnp-binding-tool +++ b/tools/gupnp-binding-tool @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # Copyright (C) 2008 OpenedHand Ltd # Copyright (C) 2008 Intel Corporation -- cgit v1.2.1