Do not break out of the loop instead continue with other items in the list.

pull/78/head
Noorul Islam K M 2011-08-22 12:35:00 +05:30 committed by Travis Swicegood
parent 70e4c1ced0
commit 8e0b66899d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ for file_type in "aliases" "completion" "plugins"
do
if [ ! -d "${BASH}/${file_type}/enabled" ]
then
break
continue
fi
FILES="${BASH}/${file_type}/enabled/*.bash"
for config_file in $FILES