[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #29926 [Core Tor/Tor]: shellcheck: asciidoc-helper.sh issues
#29926: shellcheck: asciidoc-helper.sh issues
------------------------------+--------------------
Reporter: rl1987 | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+--------------------
{{{
In doc/asciidoc-helper.sh line 22:
TZ=UTC "$2" -d manpage -o $output $input;
^-----^ SC2086: Double quote to prevent
globbing and word splitting.
^----^ SC2086: Double quote to
prevent globbing and word splitting.
In doc/asciidoc-helper.sh line 47:
if "$2" -f manpage $input; then
^----^ SC2086: Double quote to prevent globbing and
word splitting.
In doc/asciidoc-helper.sh line 48:
mv $base.1 $output;
^---^ SC2086: Double quote to prevent globbing and word
splitting.
^-----^ SC2086: Double quote to prevent globbing and word
splitting.
For more information:
https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent
globbing ...
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29926>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs