diff options
author | Georgi Kodinov <joro@sun.com> | 2009-06-12 17:07:47 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-06-12 17:07:47 +0300 |
commit | c4930f35050378ddde4e29684d4360808a6c34f0 (patch) | |
tree | db4ab0bcddd1db0ecda56cf40b48f35b28462b5d /support-files | |
parent | ed112a80495e4bc73153890f56e3312e6d518939 (diff) | |
parent | dfb06c38c94c63b8756b12cc073df0a663086193 (diff) | |
download | mariadb-git-c4930f35050378ddde4e29684d4360808a6c34f0.tar.gz |
automerge
Diffstat (limited to 'support-files')
-rwxr-xr-x | support-files/build-tags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/build-tags b/support-files/build-tags index 6c80d2638e9..b5386dc79c3 100755 --- a/support-files/build-tags +++ b/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 --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 |