On Fri, Oct 16, 2020 at 11:39 AM David Marchand <david.march...@redhat.com> wrote: > +validate_windows_exports () > +{ > + for map in $(find lib drivers -name '*.map') ; do > + def=${map/_version.map}_exports.def > + [ -e $def ] || continue
I should have inverted this logic and look for exports.def files. I'll respin. -- David marchand