mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix support-files/build-tags to work with recent versions of bazaar.
This commit is contained in:
parent
77e66c6985
commit
c5a7bea5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue