Re: [PATCH v2 1/2] kconfig: use interpreters to invoke scripts

2020-10-13 Thread Masahiro Yamada
On Tue, Oct 13, 2020 at 2:08 AM Ujjwal Kumar wrote: > > We cannot rely on execute bits to be set on files in the repository. > The build script should use the explicit interpreter when invoking any > script from the repository. > > Link: > https://lore.kernel.org/lkml/20200830174409.c24c3f67addcc

[PATCH v2 1/2] kconfig: use interpreters to invoke scripts

2020-10-12 Thread Ujjwal Kumar
We cannot rely on execute bits to be set on files in the repository. The build script should use the explicit interpreter when invoking any script from the repository. Link: https://lore.kernel.org/lkml/20200830174409.c24c3f67addcce0cea9a9...@linux-foundation.org/ Link: https://lore.kernel.org/lk