HomeFreeBSD

Remove a useless block in the shebang checks.

Description

Remove a useless block in the shebang checks.

  • Once upon a time, we checked all of STAGEDIR/PREFIX's executable files.
  • We then decided too many false positives were found, so we switched to only checking executable files in bin/sbin/libexec/www, and also symlinks that were in there.
  • And then, we decided to go back to check all of STAGEDIR/PREFIX's executable files, but forgot to remove the checks for symlinks (which are now useless because we already check all the executable files.)

Reported by: lifanov
Sponsored by: Absolight

Details

Provenance
matAuthored on
Parents
rP450637: Update to the 20170924 snapshot of GCC 8.
Branches
Unknown
Tags
Unknown