#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
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to