Commit 15beb38f authored by Chad MILLER's avatar Chad MILLER

Bug#37201: make tags doesn't work in bazaar server trees

bk sfiles -> bzr ls
parent 27a17b25
......@@ -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