[Pkg-privacy-commits] [torbrowser-launcher] 391/476: tbl_bin was getting set wrong since TBL was split into multiple files
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
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/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list