1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

space typo in last commit

This commit is contained in:
Wolfram Schneider 2001-03-30 10:44:29 +00:00
parent 66eda5d765
commit 65c96ef9f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75019

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