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-11-09 12:16:41 +0100
commit44bfd45bd13f6d6d132bf549f5a50b0a9f960fd3 (patch)
treea68dcd1c032703a75e416ff53c7e16bed2e36e17
parent9fa87bd3c40efc328af564c0019f2b30975d31c1 (diff)
downloadgupnp-44bfd45bd13f6d6d132bf549f5a50b0a9f960fd3.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-tool-1.22
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gupnp-binding-tool-1.2 b/tools/gupnp-binding-tool-1.2
index e832963..e9b10e7 100755
--- a/tools/gupnp-binding-tool-1.2
+++ b/tools/gupnp-binding-tool-1.2
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#!/usr/bin/python3
# Copyright (C) 2008 OpenedHand Ltd
# Copyright (C) 2008 Intel Corporation