summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@github.com>2022-08-30 11:50:18 +0000
committerJens Georg <mail@jensge.org>2022-09-03 10:35:42 +0200
commit04594b1175d71690b766d57188831ec97b660a33 (patch)
tree671036eef7e2414a397d8c8d4b2aa01550285a7c
parentc58738b20cf3575bfbad1a95e201fff7a8c0d4f8 (diff)
downloadgupnp-04594b1175d71690b766d57188831ec97b660a33.tar.gz
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>
-rwxr-xr-xtools/gupnp-binding-tool2
1 files changed, 1 insertions, 1 deletions
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