From 5ef05d1d4cf1e7cfb724ca0193639cd108902ebd Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 26 Apr 2023 11:46:50 +0200 Subject: [PATCH] fix shebang in coccicheck --- kernel.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 4e8d228d..7b3e7373 100644 --- a/kernel.spec +++ b/kernel.spec @@ -725,7 +725,8 @@ find -name '*.pl' -print0 | \ %{__sed} -i -e '1s,/usr/bin/env bash,%{__bash},' \ tools/testing/selftests/powerpc/security/mitigation-patching.sh \ scripts/config \ - scripts/check-local-export + scripts/check-local-export \ + scripts/coccicheck %build install -d %{objdir} -- 2.44.0