mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -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"
|
||||
fi
|
||||
|
||||
for item in ./*; do
|
||||
for item in ./*/; do
|
||||
[ -e "${item}" ] || break
|
||||
|
||||
if [ "${verbosity}" -gt 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue