5 Aug
2019
5 Aug
'19
3:37 p.m.
On 2019-08-05 13:31, Allan McRae wrote:
+ if (( ${#emails[*]} > 0 )) && ! "${GPG_PACMAN[@]}" --auto-key-locate nodefault,clear,wkd,keyserver --locate-key "${emails[@]}" ; then
Super long line. Please split across two or more lines.
I would also like to see this block placed above the --recv-keys one.
I split up the line and moved the block. Cheers, Jonas