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:
parent
66eda5d765
commit
65c96ef9f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user