Merge pull request #2008 from gaelicWizard/plugin-osx

Plugin/OSX: cleanup
This commit is contained in:
Noah Gorny
2022-01-07 08:41:17 +02:00
committed by GitHub
4 changed files with 148 additions and 179 deletions

View File

@@ -11,7 +11,7 @@ if [ -z "${BASH_IT}" ]; then
fi
if [ -z "$1" ]; then
test_dirs=( ${test_directory}/{bash_it,completion,install,lib,plugins,themes} )
test_dirs=( "${test_directory}"/{bash_it,completion,install,lib,plugins,themes} )
else
test_dirs=( "$1" )
fi