Task #33960 - osh-1.1.0.20250127.170606.g53fc43a.pr_312-2/scan-results.err
back to task #33960download
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