On Fri, 28 Aug 2020 at 15:11, <[email protected]> wrote: > > From: Yonggang Luo <[email protected]> > > undefsym.sh are not msys2 compatible, convert it to python script > > Signed-off-by: Yonggang Luo <[email protected]>
> diff --git a/scripts/undefsym.py b/scripts/undefsym.py > new file mode 100644 > index 0000000000..c690f88c7a > --- /dev/null > +++ b/scripts/undefsym.py > @@ -0,0 +1,57 @@ > +#!/usr/bin/env python3 > +# -*- coding: utf-8 -*- > + All new files need to start with a header comment giving the copyright and license information, please. thanks -- PMM
