summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <stevech1097@yahoo.com.au>2009-09-02 19:43:47 +0800
committerSteve Chaplin <stevech1097@yahoo.com.au>2009-09-02 19:43:47 +0800
commit1e9c2e17f824c6043924ec025002a560f55cb1ac (patch)
tree93150e5b9e8150c54f8837795c8450ca8251be98
parentb29721e90ba0f5143c7003dae682c0900ef15a95 (diff)
downloadpy2cairo-1e9c2e17f824c6043924ec025002a560f55cb1ac.tar.gz
Update to fix #23599
-rwxr-xr-xautogen.sh4
1 files 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 "$@"