Task #34063 - osh-1.1.0.20250128.105556.ge1ad519.pr_313-1/scan-results.err
back to task #34063download
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