Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 833
    • Issues 833
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #30078

Closed
Open
Created Apr 08, 2019 by rl1987@rl1987

shellcheck: src/test/fuzz/fixup_filenames.sh issues


In ./src/test/fuzz/fixup_filenames.sh line 11:
    prev=`basename "$fn"`
         ^--------------^ SC2006: Use $(...) notation instead of legacy backticked `...`.


In ./src/test/fuzz/fixup_filenames.sh line 12:
    post=`sha256sum "$fn" | sed -e 's/ .*//;'`
         ^-- SC2006: Use $(...) notation instead of legacy backticked `...`.


In ./src/test/fuzz/fixup_filenames.sh line 13:
    if [ "$prev" == "$post" ] ; then
                 ^-- SC2039: In POSIX sh, == in place of = is undefined.

For more information:
  https://www.shellcheck.net/wiki/SC2039 -- In POSIX sh, == in place of = is ...
  https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking