Disable colors while making manpages

This commit is contained in:
Laurent Bachelier 2013-08-03 01:17:34 +02:00
commit 2acb5a586d

View file

@ -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