You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since IFS is specified, I guess this intends to split the content of
$fmri by /. However, the word splitting does not happen because the
entire word is quoted as `"$fmri"`. This quoting was introduced in
commit 9ba5831 [1] to suppress shellcheck SC2086. In this patch, we
split $fmri by `_comp_split`.
[1] \
scop@9ba5831#diff-4e8aeaa79512c947f5558a112a1b5946b36604cef5229f622c05852d807c7947R48
0 commit comments