mirror of
https://github.com/iridakos/goto.git
synced 2025-05-16 15:30:22 -07:00
Enable interpretation of backslash escapes on error.
This commit is contained in:
parent
a1c2b8a78c
commit
a9fed9b549
@ -230,7 +230,7 @@ function _goto_find_alias_directory()
|
|||||||
# Used for common error output.
|
# Used for common error output.
|
||||||
function _goto_error()
|
function _goto_error()
|
||||||
{
|
{
|
||||||
(>&2 echo "goto error: $1")
|
(>&2 echo -e "goto error: $1")
|
||||||
}
|
}
|
||||||
|
|
||||||
function _goto_print_similar()
|
function _goto_print_similar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user