tools: bootconfig: Regex enclosed with quotes to make syntax highlight proper
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 9 Jul 2025 02:57:59 +0000 (08:27 +0530)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Mon, 14 Jul 2025 02:55:17 +0000 (11:55 +0900)
commit63989c7798be94f667880dbff18c22b5e769bb07
tree7da0556cb8802cbdbdca6bef18a9aa8034ec7000
parent347e9f5043c89695b01e66b3ed111755afcf1911
tools: bootconfig: Regex enclosed with quotes to make syntax highlight proper

As suggested, changed the square brackets escaping to quote the whole Regex
class.

Link: https://lore.kernel.org/all/20250709030141.27483-1-unixbhaskar@gmail.com/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
tools/bootconfig/test-bootconfig.sh