The lines just moved: the old line 305 is now at 308 (see the original at https://github.com/geany/plugins.geany.org/blob/f11c354f1302ab440793cafa3bd2...).
The problem probably still exists under certain circumstances: ```shell enrico@endor:~$ [ -eq 0 ] bash: [: -eq: unary operator expected ```
That is, `${header_added[${plugin}]}` seems to be empty in @dmaphy's case, for whatever reasons. If I understand the code correctly, `$header_added` is filled from `$RELEASE_PLUGIN_LIST` but the access to $header_added happens from the list in `$CONTENTDIR}${tag}`. I guess one needs to debug the contents of these lists and to determine whether the above can happen again or not.