Task #38133 - osh-1.0.0.20250128.163452.g815062c-1.fc40/scan-results.err
back to task #38133download
Error: SHELLCHECK_WARNING (CWE-140):
/usr/share/bash-completion/completions/osh-cli.bash:143:25: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
# 141|
# 142| _osh_cli_complete analyzers
# 143|-> COMPREPLY=( ${COMPREPLY[@]/#/$tmp} )
# 144|
# 145| # append ',' if there is only one match