Disable colors while making manpages
This commit is contained in:
parent
e78714b560
commit
2acb5a586d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue