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

Reply via email to