mdb tigen: don't use tput init
commitbef4089fb31d43faef9547585c74446bd6a05a8e
authorLauri Tirkkonen <lotheac@iki.fi>
Fri, 31 Aug 2018 07:43:49 +0000 (31 10:43 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Fri, 31 Aug 2018 07:44:52 +0000 (31 10:44 +0300)
treea7b5c381098e45612e920ffe7079bde4a21094df
parent7bbe3642e425752741a6f4d122832bb66bd34d0a
mdb tigen: don't use tput init

tput init will modify the tty modes (which can break in various ways
during nightly, depending on the terminal it's run in). use 'tput -T
$term longname' instead to check if a tty is valid or not.
usr/src/cmd/mdb/tools/scripts/tigen.sh