Skip to content

Commit 44a0e97

Browse files
authored
Merge pull request #1762 from masatake/issue-655--FIX-Ubuntu-tmain-failure
Tmain: initialize "V" variable explicitly
2 parents 8cebd41 + 0dc58fb commit 44a0e97

File tree

1 file changed

+3
-0
lines changed
  • Tmain/parser-own-fields.d

1 file changed

+3
-0
lines changed

Tmain/parser-own-fields.d/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
. ../utils.sh
55

66
CTAGS=$1
7+
8+
V=
79
# V=valgrind
10+
811
echo '#' disabling fields
912
${V} ${CTAGS} --options=NONE --options=./unknown.ctags -o - input.unknown
1013

0 commit comments

Comments
 (0)