diff --git a/autogen.sh b/autogen.sh index 73455ef15..4253a918d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,8 +49,8 @@ esac # some terminal codes ... -boldface="`tput bold 2>/dev/null`" -normal="`tput sgr0 2>/dev/null`" +boldface="`tput bold 2>/dev/null || true`" +normal="`tput sgr0 2>/dev/null || true`" printbold() { echo $ECHO_N "$boldface" echo "$@"