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 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html