Changes in make coccicheck and improve a semantic patch

This branch makes a couple of changes in make coccicheck related to
shell commands.

It also updates the api/atomic_as_refcounter semantic patch to include
WARNING in the output message, as done in other cases.

Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
scripts: coccicheck: Use /usr/bin/env

If bash is not located under /bin, coccicheck fails to run.  In the real
world, this happens for instance when NixOS is used in the host.  Instead,
use /usr/bin/env to locate the executable binary for bash.

Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Tested-by: Deepak R Varma <drv@mailo.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
1 file changed