Skip to content

Commit a503a31

Browse files
masatakemasahir0y
authored andcommitted
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 0f57c75 commit a503a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ case "$1" in
344344

345345
"tags")
346346
rm -f tags
347-
xtags ctags
347+
xtags ${CTAGS:-ctags}
348348
remove_structs=y
349349
;;
350350

0 commit comments

Comments
 (0)