diff --git a/bin/colors.sh b/bin/colors.sh index e1105f1..9841b3d 100644 --- a/bin/colors.sh +++ b/bin/colors.sh @@ -22,7 +22,6 @@ function TPUT { # We need to have $TERM set otherwise tput would fail # When invoked by cron, we may or may not have it so... if [[ -n "${TERM:-}" && "${TERM}" != "dumb" ]]; then - echo tput "${1:-}" ${2:-} ${3:-} tput "${1:-}" ${2:-} ${3:-} else echo -n ""