scripts/tags.sh: allow to use alternative ctags implementation
authorMasatake YAMATO <yamato@redhat.com>
Thu, 29 May 2025 19:46:33 +0000 (04:46 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 5 Jun 2025 20:40:25 +0000 (05:40 +0900)
commita503a313108e26402151f25c1f2628ec91bda605
treeb2306cc9e58be27d491b14c5db4548389a3e68c9
parent0f57c75973bedc08a865b06ce1b73ae5b54477c0
scripts/tags.sh: allow to use alternative ctags implementation

Some ctags implementations are available. With this change, You can
specify your favorite one with CTAGS environment variable.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/tags.sh