diff options
author | C. McEnroe | 2020-07-31 12:49:34 -0400 |
---|---|---|
committer | C. McEnroe | 2020-07-31 12:49:54 -0400 |
commit | 444d4bda9aab0160fb60ac2a11fefd8c627b8c7a (patch) | |
tree | e494fef562234acbf4a137368d1c955e4bb8775d | |
parent | 4c1b1fc6a32061e86dedd6f34ed352cfda380feb (diff) |
Fix chroot-man path
-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 708aa07..9d686f9 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.gz | LESSSECURE=1 less +exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less |