[tor-bugs] #18022 [Tor bundles/installation]: start-tor-browser.desktop parameter passing broken on spaces

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jan 11 19:42:48 UTC 2016


#18022: start-tor-browser.desktop parameter passing broken on spaces
--------------------------------------+-----------------------
 Reporter:  adrelanos                 |          Owner:  erinn
     Type:  defect                    |         Status:  new
 Priority:  Medium                    |      Milestone:
Component:  Tor bundles/installation  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
  Sponsor:                            |
--------------------------------------+-----------------------

Comment (by adrelanos):

 Likely the bug lies in:
 https://gitweb.torproject.org/builders/tor-browser-
 bundle.git/tree/RelativeLink/execdesktop

 The following line seems wrong.

 {{{
 eval "${TBB_START_PROG} $@"
 }}}

 Replacing it with the following does the trick.

 {{{
 eval "${TBB_START_PROG}" \'$@\'
 }}}

 If that looks sane to you, could you please apply it to git?

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


More information about the tor-bugs mailing list