[Pkg-anonymity-tools] [torbrowser-launcher] 03/43: don't use hardcoded path to relaunch self

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Sep 2 07:19:53 UTC 2014


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

u-guest pushed a commit to branch master
in repository torbrowser-launcher.

commit 5923853bdb20782f7d6d258296f2a2e45b979878
Author: Leif Ryge <leif at synthesize.us>
Date:   Mon Aug 11 11:14:16 2014 +0000

    don't use hardcoded path to relaunch self
---
 torbrowser-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index 40087d2..69c65ca 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -173,7 +173,7 @@ class TBLCommon:
                     'local': tbb_local,
                 },
                 'old_data_dir': old_tbb_data,
-                'tbl_bin': '/usr/bin/torbrowser-launcher',
+                'tbl_bin': __file__,
                 '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