diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 22:43:25 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 22:43:25 -0500 |
commit | fea344b7df8983c491da53a8ffbab87617ae2a23 (patch) | |
tree | 20067f19a5b6e3376c0b7bd5d3321b613e012b8e /scripts | |
parent | Add -R restricted flag (diff) | |
download | catgirl-fea344b7df8983c491da53a8ffbab87617ae2a23.tar.gz catgirl-fea344b7df8983c491da53a8ffbab87617ae2a23.zip |
Add .gz to chroot-man script
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/chroot-man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chroot-man.sh b/scripts/chroot-man.sh index 9d686f9..708aa07 100644 --- a/scripts/chroot-man.sh +++ b/scripts/chroot-man.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less +exec mandoc /usr/share/man/man1/catgirl.1.gz | LESSSECURE=1 less |