summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/apropos/apropos.sh2
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
OpenPOWER on IntegriCloud