Set LESSSECURE=1 in man.sh

Ridiculous.
master
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
1 changed files with 1 additions and 1 deletions

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