Fix #1341240 [zsh-completion silently fails to install](https://bugs.launchpad.net/calibre/+bug/1341240)

This commit is contained in:
Kovid Goyal 2014-07-13 11:08:51 +05:30
parent c70e0bef26
commit d78c2b1b57

View File

@ -581,6 +581,7 @@ def write_completion(bash_comp_dest, zsh):
complete -o nospace -C %s ebook-convert complete -o nospace -C %s ebook-convert
''')%complete) ''')%complete)
zsh.write()
# }}} # }}}
class PostInstall: class PostInstall: