On Sat, Jun 21, 2025 at 2:29 AM Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> wrote: > On Thu, Jun 19, 2025 at 08:35:35AM -0800, Junio C Hamano wrote: > > coccicheck: $(COCCICHECK_PATCHES_INTREE) > > + test $$(cat $(COCCICHECK_PATCHES_INTREE) | wc -c) = 0 > > Definitely a nitpick, but I think using `-eq` instead of `=` > and might even come handy from a portability point of view. Junio has previously expressed[*] a preference for `=` over `-eq` in this sort of situation. [*]: https://lore.kernel.org/git/7v8v3m50ds.fsf@xxxxxxxxxxxxxxxxxxxxxxxx/