Well they're not compatible with each other as bling/startingpoint module has a very different struc
Well they're not compatible with each other as bling/startingpoint module has a very different structure. But I'll try to solve the issue.
YO, I fixed the issue! I double quoted "${REMOVE_LIST[@]}" & "$INSTALL_LIST[@]}" which treated that as single line.
Damn, shellcheck failed there.
Here's what shellcheck complained about:
(error): Double quote array expansions to avoid re-splitting elements.
YO, I fixed the issue! I double quoted "${REMOVE_LIST[@]}" & "$INSTALL_LIST[@]}" which treated that as single line.
Damn, shellcheck failed there.
Here's what shellcheck complained about:
(error): Double quote array expansions to avoid re-splitting elements.
