Commit d771e014 authored by Chad MILLER's avatar Chad MILLER

Merge from local 5.0-bugteam.

parents 857a0d64 93df483f
......@@ -2,7 +2,7 @@
rm -f TAGS
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
files=`bk -r sfiles -gU | grep $filter `
files=`bzr ls --kind=file | grep $filter `
for f in $files ;
do
etags -o TAGS --append $f
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment