Enable interpretation of backslash escapes on error.

This commit is contained in:
Lazarus Lazaridis 2018-03-12 06:42:25 +02:00
parent a1c2b8a78c
commit a9fed9b549

View File

@ -230,7 +230,7 @@ function _goto_find_alias_directory()
# Used for common error output.
function _goto_error()
{
(>&2 echo "goto error: $1")
(>&2 echo -e "goto error: $1")
}
function _goto_print_similar()