Public bug reported:
In /lib/lb/init-functions, function log_use_fancy_output (), this line:
if [ -t 1 ] && [ "x$TERM" != "" ] && [ "x$TERM" != "xdumb" ] && [ -x
$TPUT ] && [ -x $EXPR ] && $TPUT hpa 60 >/dev/null 2>&1 && $TPUT setaf 1
>/dev/null 2>&1; then
has a bug in this check:
[ "x$TERM" != "" ]
That, I guess, was supposed to read
[ "x$TERM" != "x" ]
to check if $TERM is not empty.
** Affects: lsb (Ubuntu)
Importance: Undecided
Status: New
--
Small bug in init-functions => log_use_fancy_output()
https://bugs.launchpad.net/bugs/418461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs