aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-15 12:13:12 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-15 12:13:12 +0200
commit0ab64e277fc48c56b842e0639d450b3311038333 (patch)
tree18fd45ff25af88a59e62068ac866208eb43632ae
parentMerge pull request #3670 from netblue30/scan_build (diff)
parentUpdated shebang to use env python3 like other contrib/*.py scripts (diff)
downloadfirejail-0ab64e277fc48c56b842e0639d450b3311038333.tar.gz
firejail-0ab64e277fc48c56b842e0639d450b3311038333.tar.zst
firejail-0ab64e277fc48c56b842e0639d450b3311038333.zip
Merge pull request #3672 from hlein/fix-py-shebang
Updated fix_private-bin.py shebang to use env python3 like other contrib/*.py scripts
-rwxr-xr-xcontrib/fix_private-bin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fix_private-bin.py b/contrib/fix_private-bin.py
index 668d68ff2..12b596749 100755
--- a/contrib/fix_private-bin.py
+++ b/contrib/fix_private-bin.py
@@ -1,4 +1,4 @@
1#!/usr/bin/python3 1#!/usr/bin/env python3
2__author__ = "KOLANICH" 2__author__ = "KOLANICH"
3__copyright__ = """This is free and unencumbered software released into the public domain. 3__copyright__ = """This is free and unencumbered software released into the public domain.
4 4