[SeaBIOS] Re: [PATCH] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-24 Thread Kevin O'Connor
On Fri, Jul 24, 2020 at 12:55:31PM +0200, Gerd Hoffmann wrote: > Hi, > > > +++ b/scripts/ldnoexec.py > > +#!/usr/bin/env python2 > > Why "python2"? All other scripts have just "python" ... The script runs on python2 or python3. I'll make that change. -Kevin _

[SeaBIOS] Re: [PATCH] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-24 Thread Gerd Hoffmann
Hi, > +++ b/scripts/ldnoexec.py > +#!/usr/bin/env python2 Why "python2"? All other scripts have just "python" ... take care, Gerd ___ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org