=== modified file 'functions/encode-args' --- functions/encode-args 2017-12-06 19:21:22 +0000 +++ functions/encode-args 2017-12-06 19:20:20 +0000 @@ -1,4 +1,4 @@ if (($#)); then - base64 -w 0 <<<${(j::)${(oq)@}} | tr /+ _- | tr -d '=' + base64 -w 0 <<<${(j::)${(oq)new_vars}} | tr /+ _- | tr -d '=' fi # vim: fileencoding=utf8 ft=zsh noet sw=4 ts=4 sts=4