From 77d522d0330c8b2cda0fa2d5d44e02aeb9595923 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 10 Sep 2018 19:46:07 -0400 Subject: Set LESSSECURE=1 in man.sh Ridiculous. --- man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man.sh') 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 -- cgit 1.4.1