From 2acb5a586dd430553950072433956cde54cbc0ea Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sat, 3 Aug 2013 01:17:34 +0200 Subject: [PATCH] Disable colors while making manpages --- tools/make_man.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/make_man.sh b/tools/make_man.sh index ad49ee73..c6ab4bb1 100755 --- a/tools/make_man.sh +++ b/tools/make_man.sh @@ -6,6 +6,9 @@ set -e # Use C local to avoid local dates in headers export LANG=C +# disable termcolor +export ANSI_COLORS_DISABLED=1 + [ -z "${TMPDIR}" ] && TMPDIR="/tmp" # do not allow undefined variables anymore