diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2001-03-30 10:44:29 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2001-03-30 10:44:29 +0000 |
| commit | 65c96ef9f64d0e08344011b3ccc78d3a25fa617b (patch) | |
| tree | 4448841a29fb73f8473c1b658b995af2e42202a4 /gnu | |
| parent | 66eda5d765d1c827ac20747a1630a63f665c0b35 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/apropos/apropos.sh b/gnu/usr.bin/man/apropos/apropos.sh index 98cd13f11d1d..f6be26b894ba 100644 --- a/gnu/usr.bin/man/apropos/apropos.sh +++ b/gnu/usr.bin/man/apropos/apropos.sh @@ -102,7 +102,7 @@ done | done # nothing found, exit - if [ -z "$line" -a ! -z "$line2"]; then + if [ -z "$line" -a ! -z "$line2" ]; then printf -- "$line2" exit $exit_nomatch else |
