Update error message
This commit is contained in:
parent
62f504ab49
commit
ac9110549c
|
@ -19342,7 +19342,7 @@ parse_cmd_line() {
|
||||||
# left off here is the URI
|
# left off here is the URI
|
||||||
if [[ $1 = *[![:ascii:]]* ]]; then
|
if [[ $1 = *[![:ascii:]]* ]]; then
|
||||||
if [[ "$(command -v idn)" == "" ]]; then
|
if [[ "$(command -v idn)" == "" ]]; then
|
||||||
fatal "URI contains non-ASCII, IDN not available."
|
fatal "URI contains non-ASCII characters, and IDN not available."
|
||||||
else
|
else
|
||||||
URI="$(echo $1 | idn)"
|
URI="$(echo $1 | idn)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue