[tor-bugs] #29064 [Core Tor/Tor]: shellcheck: test_rust.sh issues

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 11 15:40:58 UTC 2019


#29064: shellcheck: test_rust.sh issues
------------------------------+----------------------------
     Reporter:  rl1987        |      Owner:  (none)
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:  technical-debt
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------------
 {{{

 In test_rust.sh line 19:
             "${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
                                    ^-- SC2086: Double quote to prevent
 globbing and word splitting.


 In test_rust.sh line 21:
             --target $rustc_host \
                      ^-- SC2086: Double quote to prevent globbing and word
 splitting.


 In test_rust.sh line 22:
             ${EXTRA_CARGO_OPTIONS} \
             ^-- SC2086: Double quote to prevent globbing and word
 splitting.

 }}}

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


More information about the tor-bugs mailing list