space typo in last commit

This commit is contained in:
Wolfram Schneider 2001-03-30 10:44:29 +00:00
parent 66eda5d765
commit 65c96ef9f6

View File

@ -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