diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-26 16:19:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-26 16:19:23 +0000 |
| commit | 4b1e0d166527f439dcdab12a231407c87245eb4f (patch) | |
| tree | 756a830c4b1568a8b3f69de9f03b72601cb64e6f /gnu/usr.bin | |
| parent | f465ace9520e23dc23248ba44cfbd5fbdff6042d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/man/man/man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 4e20d4df471d..806f230d808e 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -1063,7 +1063,7 @@ make_cat_file (path, man_file, cat_file) status = do_system_command (command); - if (!status) { + if (status <= 0) { fprintf(stderr, "Failed.\n"); unlink(temp); exit(1); |
