diff options
Diffstat (limited to 'workman.sh')
| -rw-r--r-- | workman.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/workman.sh b/workman.sh index 6e2da3a80c8d..29f317cb40c4 100644 --- a/workman.sh +++ b/workman.sh @@ -7,8 +7,7 @@ if (type nroff && type perl) >/dev/null 2>&1; then # Tell groff not to emit SGR escape sequences (ANSI color escapes). - GROFF_NO_SGR=1 - export GROFF_NO_SGR + export GROFF_NO_SGR=1 echo ".am TH .hy 0 |
