[tor-bugs] #5417 [Tor Browser]: RelativeLink.sh in Tor browser bundle has small typo causing debug mode to be always turned on

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Mar 18 19:25:17 UTC 2012


#5417: RelativeLink.sh in Tor browser bundle has small typo causing debug mode to
be always turned on
-------------------------+--------------------------------------------------
 Reporter:  cypherpunks  |          Owner:  mikeperry
     Type:  defect       |         Status:  new      
 Priority:  normal       |      Milestone:           
Component:  Tor Browser  |        Version:           
 Keywords:               |         Parent:           
   Points:               |   Actualpoints:           
-------------------------+--------------------------------------------------

Comment(by rransom):

 Use:
 {{{
 if [ "$debug" -eq 1 ]; then
 }}}

 The `==` test is not supported by POSIX test(1).  Make sure there is a
 space between `1` and `]`.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5417#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list