Skip to content

Commit

Permalink
Merge pull request #3 from MarcinOrlowski/dev
Browse files Browse the repository at this point in the history
Removed debug leftover
  • Loading branch information
MarcinOrlowski authored Feb 21, 2023
2 parents a7b3843 + 2779753 commit 043bef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 043bef4

Please sign in to comment.