]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/link-vmlinux.sh: fix error message presentation
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 6 Mar 2023 21:32:53 +0000 (13:32 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 8 Apr 2023 20:45:37 +0000 (13:45 -0700)
commit4b3d049f1c567560191884d4bd8f6e99ab885e20
tree3ca08d9fa4019d0c9b07fde7aebd0d4142359acc
parent70e79866ab36feaaed8ef26dacfbcbac6a0631c9
scripts/link-vmlinux.sh: fix error message presentation

This comes out as

   Try make KALLSYMS_EXTRA_PASS=1 as a workaround

but we want quotes:

   Try "make KALLSYMS_EXTRA_PASS=1" as a workaround

Link: https://lkml.kernel.org/r/202303042034.Cjc7JTd0-lkp@intel.com
Cc: kernel test robot <lkp@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/link-vmlinux.sh