Browse Source

Fix support-files/build-tags to work with recent versions of bazaar.

pull/374/head
Sergey Petrunya 16 years ago
parent
commit
c5a7bea5ea
  1. 2
      support-files/build-tags

2
support-files/build-tags

@ -4,7 +4,7 @@ rm -f TAGS
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
list="find . -type f"
bzr root >/dev/null 2>/dev/null && list="bzr ls --from-root --kind=file --versioned"
bzr root >/dev/null 2>/dev/null && list="bzr ls --from-root -R --kind=file --versioned"
$list |grep $filter |while read f;
do

Loading…
Cancel
Save