diff options
author | Curtis McEnroe | 2018-09-10 19:46:07 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-09-10 19:46:07 -0400 |
commit | 77d522d0330c8b2cda0fa2d5d44e02aeb9595923 (patch) | |
tree | 6acdab6f9bb8b6ac980f09694a35d450ca2cc9f7 /man.sh | |
parent | 86e80edfcd3ba660dea1ce337467a10e2e878b18 (diff) |
Set LESSSECURE=1 in man.sh
Ridiculous.
Diffstat (limited to 'man.sh')
-rw-r--r-- | man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man.sh b/man.sh index b079c90..494eeda 100644 --- a/man.sh +++ b/man.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec mandoc /usr/share/man/man1/chatte.1 | less +exec mandoc /usr/share/man/man1/chatte.1 | LESSSECURE=1 less |