OSDN Git Service

Documentation/features-refresh.sh: Only sed the beginning "arch" of ARCH_DIR
authorTiezhu Yang <yangtiezhu@loongson.cn>
Sun, 4 Dec 2022 12:18:46 +0000 (20:18 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 5 Dec 2022 09:50:12 +0000 (02:50 -0700)
commit7b5a5242fd0d57900607ae83602c3f30342a596f
treeb4369cac036429e695a912ef1aa9a679f36845cd
parent8067a32512d7c3747efcbca843c2433f572a4ee5
Documentation/features-refresh.sh: Only sed the beginning "arch" of ARCH_DIR

It should only sed the beginning "arch" of ARCH_DIR in features-refresh.sh,
otherwise loongarch is recognized as loong, that is not what we want.

Fixes: be99f610a110 ("Documentation/features: Add script that refreshes the arch support status files in place")
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1670156327-9631-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/features/scripts/features-refresh.sh