=== modified file 'common.zsh' --- common.zsh 2017-12-13 22:18:11 +0000 +++ common.zsh 2017-12-13 22:06:39 +0000 @@ -184,7 +184,7 @@ arglist=( ${(o)arglist} __check_deps__=$__check_deps__ ) (( $#unifications )) && arglist=( __unified__=${(vF)} $arglist ) - printf "%s" "${(j::)${(q)arglist}}" + printf "%s" "${(j::)arglist}" } start_info(){