space typo in last commit
This commit is contained in:
parent
66eda5d765
commit
65c96ef9f6
@ -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