Reviewed by: joerg
Change man so that it will still display the man page even if it cannot create a "cat" file.
This commit is contained in:
parent
5f11bde277
commit
1dc0790042
@ -1066,7 +1066,7 @@ make_cat_file (path, man_file, cat_file)
|
||||
if (status <= 0) {
|
||||
fprintf(stderr, "Failed.\n");
|
||||
unlink(temp);
|
||||
exit(1);
|
||||
return(0);
|
||||
}
|
||||
else {
|
||||
if (rename(temp, cat_file) == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user