From 1e9c2e17f824c6043924ec025002a560f55cb1ac Mon Sep 17 00:00:00 2001 From: Steve Chaplin Date: Wed, 2 Sep 2009 19:43:47 +0800 Subject: Update to fix #23599 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 7e22288..4e6d3d5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,8 +50,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 "$@" -- cgit v1.2.3