diff --git a/src/lib/ee_lib_echo.sh b/src/lib/ee_lib_echo.sh index cd624830..d2166e33 100644 --- a/src/lib/ee_lib_echo.sh +++ b/src/lib/ee_lib_echo.sh @@ -21,6 +21,5 @@ function ee_lib_echo_fail() # Execute: echo -e function ee_lib_echo_escape() { - echo -e $(tput sgr0)$@$(tput sgr0) }