Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #29069

Closed (moved)
Open
Opened Jan 11, 2019 by rl1987@rl1987

shellcheck: autogen.sh issues


In autogen.sh line 3:
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
         ^-- SC2006: Use $(..) instead of legacy `..`.
          ^-- SC2230: which is non-standard. Use builtin 'command -v' instead.


In autogen.sh line 6:
  for i in $@; do
           ^-- SC2068: Double quote array expansions to avoid re-splitting elements.


In autogen.sh line 14:
  exec autoreconf $opt
                  ^-- SC2086: Double quote to prevent globbing and word splitting.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.4.1.x-final
Milestone
Tor: 0.4.1.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#29069