[gupnp] Fix python script shebang



commit 04594b1175d71690b766d57188831ec97b660a33
Author: Tomasz Kłoczko <kloczek github com>
Date:   Tue Aug 30 11:50:18 2022 +0000

    Fix python script shebang
    
    It is always better use fixed shebang instead use env command as it
    adds come security risk.
    
    Signed-off-by: Tomasz Kłoczko <kloczek github com>

 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]