Glob for *.bash properly when path contains spaces by gaelicWizard · Pull Request #1902 · Bash-it/bash-it
Description Instead of $LIB and $CUSTOM variables, use the glob pattern in the foreach statement quoting the path but not the glob. Quoting the glob will make it not a glob, but when expanding the ...