]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/tags.sh: use more portable -path instead of -wholename
authorWei Yang <richard.weiyang@gmail.com>
Fri, 29 Dec 2023 03:06:51 +0000 (03:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 16:01:15 +0000 (17:01 +0100)
commitf9fefa985d2e96db81954ae3b1feb09d69357f28
tree721fd04da2cf12a59231e655c5f60fc16abe428e
parent4f3f263df57ff2bb37174ced271b7364238833d0
scripts/tags.sh: use more portable -path instead of -wholename

According to the manual, -path is more portable than -wholename. Also
for consistency, let's use -path here.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
CC: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
CC: WANG Cong <xiyou.wangcong@gmail.com>
CC: Michal Marek <mmarek@suse.cz>
Link: https://lore.kernel.org/r/20231229030654.17474-1-richard.weiyang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh