Some of our scripts are passed $objdump and then call it as "$objdump". This doesn't work if it contains spaces because we're using ccache, for example you get errors such as: ./arch/powerpc/tools/relocs_check.sh: line 48: ccache ppc64le-objdump: No such file or directory ./arch/powerpc/tools/unrel_branch_check.sh: line 26: ccache ppc64le-objdump: No such file or directory Fix it by not quoting the string when we expand it, allowing the shell to do the right thing for us. Fixes: |
||
|---|---|---|
| .. | ||
| checkpatch.sh | ||
| gcc-check-mprofile-kernel.sh | ||
| head_check.sh | ||
| relocs_check.sh | ||
| unrel_branch_check.sh | ||