zsh: Update Lookup functions from upstream
[grml-etc-core.git] / usr_share_grml / zsh / functions / Lookup / Backends / LOOKUP_be_usenet
index f092041..b449513 100644 (file)
@@ -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