[Pkg-anonymity-tools] [torbrowser-launcher] 13/16: tbl_bin was getting set wrong since TBL was split into multiple files

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Oct 2 17:06:10 UTC 2014


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

u-guest pushed a commit to annotated tag v0.1.5
in repository torbrowser-launcher.

commit 876eb0bdc3dbf6fcfed2ecc8a246a53305ac61ed
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Oct 1 00:38:13 2014 +0000

    tbl_bin was getting set wrong since TBL was split into multiple files
---
 torbrowser_launcher/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index bb97567..d063d2a 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -131,7 +131,7 @@ class Common:
                     'local': tbb_local,
                 },
                 'old_data_dir': old_tbb_data,
-                'tbl_bin': __file__,
+                'tbl_bin': sys.argv[0],
                 'icon_file': os.path.join(os.path.dirname(SHARE), 'pixmaps/torbrowser80.xpm'),
                 'torproject_pem': os.path.join(SHARE, 'torproject.pem'),
                 'erinn_key': os.path.join(SHARE, 'erinn.asc'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list