=== modified file 'common.zsh' --- common.zsh 2017-12-12 10:16:37 +0000 +++ common.zsh 2017-12-12 10:16:03 +0000 @@ -32,7 +32,7 @@ local base base=${BASE##*/} [[ $base == % || -n $base ]] && return - tr <<<$base _- /+ | base64 -d \ + tr <<<$base _- /+ | base64 -d || die "Unable to decode: ${(qqq)base}" } decode_args() {