Update dependencies

This commit is contained in:
Zlatko Čalušić
2017-10-19 00:05:02 +02:00
parent e4071748b9
commit 132232db69
5 changed files with 405 additions and 362 deletions

View File

@@ -92,7 +92,7 @@ __handle_reply()
cur="${cur#*=}"
${flags_completion[${index}]}
if [ -n "${ZSH_VERSION}" ]; then
# zfs completion needs --flag= prefix
# zsh completion needs --flag= prefix
eval "COMPREPLY=( \"\${COMPREPLY[@]/#/${flag}=}\" )"
fi
fi