HomeFreeBSD

SC2155: Declare and assign separately to avoid masking return values.

Description

SC2155: Declare and assign separately to avoid masking return values.

In the original code, the return value of mycmd is ignored, and export
will instead always return true. This may prevent conditionals, set -e
and traps from working correctly.

PR: 227109
Submitted by: mat
Sponsored by: Absolight

Details

Provenance
matAuthored on
Parents
rP471272: SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Branches
Unknown
Tags
Unknown