public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* arch/x86/kernel/cpu/mkcapflags.sh
@ 2014-12-19 17:43 Sylvain BERTRAND
  2014-12-20 10:14 ` arch/x86/kernel/cpu/mkcapflags.sh Paul Bolle
  0 siblings, 1 reply; 2+ messages in thread
From: Sylvain BERTRAND @ 2014-12-19 17:43 UTC (permalink / raw)
  To: linux-kbuild

line 30:
[ "$VALUE" == '""' ] && continue

should be

[ "$VALUE" = '""' ] && continue

regards,

-- 
Sylvain

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: arch/x86/kernel/cpu/mkcapflags.sh
  2014-12-19 17:43 arch/x86/kernel/cpu/mkcapflags.sh Sylvain BERTRAND
@ 2014-12-20 10:14 ` Paul Bolle
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Bolle @ 2014-12-20 10:14 UTC (permalink / raw)
  To: Sylvain BERTRAND; +Cc: linux-kbuild

Sylvain,

Why did you send this to linux-kbuild? It seems this is only interesting
to the people (and lists) found with
        scripts/get_maintainer.pl -f arch/x86/kernel/cpu/mkcapflags.sh

On Fri, 2014-12-19 at 18:43 +0100, Sylvain BERTRAND wrote:
> line 30:
> [ "$VALUE" == '""' ] && continue
> 
> should be
> 
> [ "$VALUE" = '""' ] && continue

If you resend this to the x86 people you might want to add an
_explanation_ for that suggestion. And the chances of someone looking at
it increase if you submit it as a proper patch.


Paul Bolle


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-20 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 17:43 arch/x86/kernel/cpu/mkcapflags.sh Sylvain BERTRAND
2014-12-20 10:14 ` arch/x86/kernel/cpu/mkcapflags.sh Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox