commit f1402cc352e4b8f3d26191ba3bea300f5ff27e6b Author: Georg Koppen gk@torproject.org Date: Tue Feb 16 14:43:33 2016 +0000
Fix typo in comment --- RelativeLink/start-tor-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RelativeLink/start-tor-browser b/RelativeLink/start-tor-browser index 49533f0..2e7805d 100755 --- a/RelativeLink/start-tor-browser +++ b/RelativeLink/start-tor-browser @@ -270,7 +270,7 @@ fi
LD_LIBRARY_PATH="${HOME}/TorBrowser/Tor/" export LD_LIBRARY_PATH -# We need to disable LSan which enabled by default now. Otherwise we'll get +# We need to disable LSan which is enabled by default now. Otherwise we'll get # a crash during shutdown: https://bugs.torproject.org/10599#comment:59 ASAN_OPTIONS="detect_leaks=0" export ASAN_OPTIONS
tbb-commits@lists.torproject.org