Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Update to fix #23599
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Chaplin committed Sep 2, 2009
1 parent b29721e commit 1e9c2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ esac




# some terminal codes ... # some terminal codes ...
boldface="`tput bold 2>/dev/null`" boldface="`tput bold 2>/dev/null || true`"
normal="`tput sgr0 2>/dev/null`" normal="`tput sgr0 2>/dev/null || true`"
printbold() { printbold() {
echo $ECHO_N "$boldface" echo $ECHO_N "$boldface"
echo "$@" echo "$@"
Expand Down

0 comments on commit 1e9c2e1

Please sign in to comment.