Commit 9253348f authored by Vitaly Lipatov's avatar Vitaly Lipatov

__add_to_contents_index_list: skip missed files

parent 8f87a2ba
...@@ -89,6 +89,7 @@ get_url_to_etersoft_mirror() ...@@ -89,6 +89,7 @@ get_url_to_etersoft_mirror()
__add_to_contents_index_list() __add_to_contents_index_list()
{ {
[ -n "$verbose" ] && echo " $1 -> $2" [ -n "$verbose" ] && echo " $1 -> $2"
[ -s "$2" ] || return
echo "$2" >>$ALT_CONTENTS_INDEX_LIST echo "$2" >>$ALT_CONTENTS_INDEX_LIST
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment