Set LESSSECURE=1 in man.sh

Ridiculous.
This commit is contained in:
Curtis McEnroe 2018-09-10 19:46:07 -04:00
parent 86e80edfcd
commit 77d522d033
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C

2
man.sh
View File

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