Re: [PATCH] powerpc/head_check: Fix shellcheck errors

2021-08-31 Thread Michael Ellerman
On Tue, 17 Aug 2021 22:51:54 +1000, Michael Ellerman wrote: > Replace "cat file | grep pattern" with "grep pattern file", and quote a > few variables. Together that fixes all shellcheck errors. Applied to powerpc/next. [1/1] powerpc/head_check: Fix shellcheck errors https://git.kernel.org/p

[PATCH] powerpc/head_check: Fix shellcheck errors

2021-08-17 Thread Michael Ellerman
Replace "cat file | grep pattern" with "grep pattern file", and quote a few variables. Together that fixes all shellcheck errors. Signed-off-by: Michael Ellerman --- arch/powerpc/tools/head_check.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/too