From b3fb4cbe5f6ecfeb739311e623010037887457d2 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 15 Feb 2021 07:26:30 +0000 Subject: Avoid doubled include globals.local The final profile in the include chain - torbrowser-launcher.profile - already includes globals.local. Unless there's some kind of potential race condition that needs to be avoided by changing this 'logic' we should avoid doubled includes. --- etc/profile-m-z/start-tor-browser.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z/start-tor-browser.profile') diff --git a/etc/profile-m-z/start-tor-browser.profile b/etc/profile-m-z/start-tor-browser.profile index b5c4d211e..17ceedee7 100644 --- a/etc/profile-m-z/start-tor-browser.profile +++ b/etc/profile-m-z/start-tor-browser.profile @@ -3,7 +3,8 @@ # Persistent local customizations include start-tor-browser.local # Persistent global definitions -include globals.local +# added by included profile +#include globals.local # Redirect include start-tor-browser.desktop.profile -- cgit v1.2.3-70-g09d2