Task #27238 - osh-1.0.0.20241120.091355.g6c4fc74-2/scan-results.err

back to task #27238
download
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