RelativeLink.sh in Tor browser bundle has small typo causing debug mode to be always turned on

TBB starts in debug mode disregardless of --debug switch used or not. This is caused by small bug on line 208 on RelativeLink.sh, where it says

if [ "${debug}" ];

where it should say

if [ "${debug}" == 1];

or

if [ ${debug} -eq 1 ];

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information