Skip to content

Commit da967d5

Browse files
author
OpenShift Bot
authored
Merge pull request #12270 from stevekuznetsov/skuznets/remove-travis-hack
Merged by openshift-bot
2 parents b0f45e5 + 87aa129 commit da967d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/lib/util/text.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ function os::text::clear_string() {
8181
fi
8282
}
8383

84-
# If $TERM is set but not exported, we will not be able to call
85-
# tput. Therefore, we export whatever is present in $TERM.
86-
export TERM
87-
8884
# os::text::internal::is_tty determines if we are outputting to a TTY
8985
function os::text::internal::is_tty() {
9086
[[ -t 1 && -n "${TERM:-}" ]]

0 commit comments

Comments
 (0)