diff options
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-x | functions/echo.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/echo.sh b/functions/echo.sh index e9573a8f2..47a89c45f 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -7,8 +7,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. -set -e - Echo () { STRING="${1}" |