diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-09-06 12:22:49 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-09-06 12:22:49 +0000 |
| commit | e66ca70de4daf76472887efffa74a91e32b98382 (patch) | |
| tree | 259b59d94ae44c13613a9b38300de09f56c4f3d5 /workman.sh | |
| parent | 378c74faf328dd07970e24ddaa2858531ff6cd08 (diff) | |
Import tzcode 2024bvendor/tzcode/tzcode2024b
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 |
