Re: [PATCH v2 4/7] builddeb: avoid invoking sub-shells where possible

From: Masahiro Yamada
Date: Fri Jan 24 2020 - 23:07:03 EST


Hi Ben,

On Wed, Jan 22, 2020 at 4:24 AM Ben Hutchings <ben@xxxxxxxxxxxxxxx> wrote:
>
> On Thu, 2020-01-16 at 01:25 +0900, Masahiro Yamada wrote:
> [...]
> > -if is_enabled CONFIG_STACK_VALIDATION; then
> > - echo tools/objtool/objtool >> debian/hdrobjfiles
> > -fi
> [...]
> > +{
> > + if is_enabled CONFIG_STACK_VALIDATION; then
> > + find tools/objtool -type f -executable
> > + fi
> [...]
>
> And this is still undoing part of patch 1.
>

You are right. I will fix it.



--
Best Regards
Masahiro Yamada