pkg-utils: mask tput failure for non-interactive sessions
authorJames Knight <james.d.knight@live.com>
Sun, 21 Feb 2016 16:04:58 +0000 (11:04 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 17:30:09 +0000 (18:30 +0100)
commit2406955bce3e6371b5ebb3faac65d1aca9d3e108
treed50c007d447417aa079c837654eb426f8bc12d50
parent9d519412d65e13e4a7ffbb83edd8d1e4b2dfe4b7
pkg-utils: mask tput failure for non-interactive sessions

When invoking a build from a non-interactive session (for example, a
Jenkins build), there is no terminal session to modify. When preparing
variables to track the bold and boldoff mode sequences, the `tput`
command will always fail as there is no terminal to query. The following
change masks the error message when `tput` fails; leaving the TERM_BOLD
and TERM_RESET variables empty.

Signed-off-by: James Knight <james.d.knight@live.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-utils.mk