mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
automerge
This commit is contained in:
commit
73a1360341
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 --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…
Reference in a new issue