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

This commit is contained in:
Sergey Petrunya 2010-03-14 20:55:49 +03:00
commit c5a7bea5ea

View file

@ -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