[Pkg-privacy-commits] [torbrowser-launcher] 01/59: torbrowser-launcher: explicitly use python2 as interpreter

Roger Shimizu rogershimizu at gmail.com
Mon Jan 29 13:43:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit 8648280caf1a354b7368d03bdaac61bd270537a2
Author: Aleksa Sarai <cyphar at cyphar.com>
Date:   Sun Sep 18 15:40:12 2016 +1000

    torbrowser-launcher: explicitly use python2 as interpreter
    
    On some GNU/Linux distributions, python3 is the default python version
    and thus causes issues when running torbrowser-launcher. This is a
    stopgap until torbrowser-launcher is ported to python3.
    
    Signed-off-by: Aleksa Sarai <cyphar at cyphar.com>
---
 torbrowser-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index b4c06bc..7ebc21b 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 """
 Tor Browser Launcher
 https://github.com/micahflee/torbrowser-launcher/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list