mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
The processing of files given on the command-line will work a little better
if we return the entire worklist, instead of just the last entry. A minor fix to revision 1.57. MFC after: 15 days
This commit is contained in:
parent
020e34e445
commit
4ebd61a3cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112013
@ -688,7 +688,7 @@ get_worklist(char **files)
|
||||
}
|
||||
|
||||
free_entry(defconf);
|
||||
return (newlist);
|
||||
return (firstnew);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user