remove call to tr
1 files changed, 1 insertions(+), 1 deletions(-) M wsh
M wsh => wsh +1 -1
@@ 35,7 35,7 @@ urlencode() { continue ;; esac - printf '%s' "$c" | od -An -tx1 | tr -d ' ' | xargs printf "%%%s" + printf '%s' "$c" | od -An -tx1 | xargs printf "%%%s" done <<EOF $(printf '%s' "$1" | fold -w1) EOF