Skip to content

Commit

Permalink
misc/budge: use --options-maybe instead of --options
Browse files Browse the repository at this point in the history
So we can reuse the script for source code trees other
than u-ctags.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed May 18, 2018
1 parent 44c27a0 commit 7e45c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/budge
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ while [ $# -gt 0 ]; do
shift
done

CMDLINE="${CTAGS_TEST} --quiet --options=NONE -G --options=./.ctags.d --languages=all --options=misc/budge.ctags -R --print-language"
CMDLINE="${CTAGS_TEST} --quiet --options=NONE -G --options-maybe=./.ctags.d --languages=all --options-maybe=misc/budge.ctags -R --print-language"
ALL_FILES=$(git ls-files)

TOTAL=0
Expand Down

0 comments on commit 7e45c1d

Please sign in to comment.