diff --git a/goto.bash b/goto.bash index 78eb872..cc4ddc0 100644 --- a/goto.bash +++ b/goto.bash @@ -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()