]> git.pld-linux.org Git - packages/kernel.git/commitdiff
fix shebang in coccicheck
authorJan Palus <atler@pld-linux.org>
Wed, 26 Apr 2023 09:46:50 +0000 (11:46 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 26 Apr 2023 09:46:50 +0000 (11:46 +0200)
kernel.spec

index 4e8d228d1a0dffa48724420c87e10e8f29a4a32c..7b3e7373291b80da942d1e9e435540262bcf63d2 100644 (file)
@@ -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}
This page took 0.114714 seconds and 4 git commands to generate.