Commit 2a1e06f8 authored by neilpang's avatar neilpang
Browse files

add --quiet for idn

parent 02d54a78
......@@ -528,7 +528,7 @@ _idn() {
else
_i_first=""
fi
idn "$f" | tr -d "\r\n"
idn --quiet "$f" | tr -d "\r\n"
done
else
idn "$__idn_d" | tr -d "\r\n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment