HomeFreeBSD

SC2034: <some var> appears unused. Verify it or export it.

Description

SC2034: <some var> appears unused. Verify it or export it.

Variables not used for anything are often associated with bugs, so
ShellCheck warns about them.

PR: 227109
Submitted by: mat
Sponsored by: Absolight

Details