Only look for directories in the update section

This commit is contained in:
vr8ce 2020-08-01 00:33:39 -05:00 committed by Alex Cabal
parent 8243756f77
commit 85593d5858

View file

@ -124,7 +124,7 @@ if [ "${verbosity}" -gt 0 ]; then
printf "Updating local repositories ... \n"
fi
for item in ./*; do
for item in ./*/; do
[ -e "${item}" ] || break
if [ "${verbosity}" -gt 0 ]; then