diff options
author | wosch <wosch@FreeBSD.org> | 2001-03-30 10:44:29 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2001-03-30 10:44:29 +0000 |
commit | c7ed722e3088f1636f584025384d01829f6b2cfd (patch) | |
tree | 150168c531a451f374529e9dfa619b3f8b35d68c /gnu | |
parent | bebefbb98ee2af3ccc0c0c3390a4fc5cd8495038 (diff) | |
download | FreeBSD-src-c7ed722e3088f1636f584025384d01829f6b2cfd.zip FreeBSD-src-c7ed722e3088f1636f584025384d01829f6b2cfd.tar.gz |
space typo in last commit
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 98cd13f..f6be26b 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 |