X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=usr_share_grml%2Fzsh%2Ffunctions%2FLookup%2FBackends%2FLOOKUP_be_usenet;h=b4495130a1fa3a7cdbf26bff09a09f96777d14d7;hp=f092041d8c0f7e60095651c210d6c2dd5dcc22c8;hb=e1f02ea95889ba747c80efd5837b402c63c19c8e;hpb=3aad622c68a3ca1cdd74a376fa2af1636494b377 diff --git a/usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_usenet b/usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_usenet index f092041..b449513 100644 --- a/usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_usenet +++ b/usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_usenet @@ -75,7 +75,7 @@ if [[ -z ${mode} ]] ; then if [[ mode == 'author' ]] && [[ -z ${author} ]] ; then local a zstyle -s "${lookup_context}" default-author a || a='Joe User' - author="&as_uauthors=$(LOOKUP_encode $a})" + author="&as_uauthors=$(LOOKUP_encode $a)" fi fi