mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Only look for directories in the update section
This commit is contained in:
parent
8243756f77
commit
85593d5858
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ if [ "${verbosity}" -gt 0 ]; then
|
||||||
printf "Updating local repositories ... \n"
|
printf "Updating local repositories ... \n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for item in ./*; do
|
for item in ./*/; do
|
||||||
[ -e "${item}" ] || break
|
[ -e "${item}" ] || break
|
||||||
|
|
||||||
if [ "${verbosity}" -gt 0 ]; then
|
if [ "${verbosity}" -gt 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue