summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-06-12 17:06:59 +0300
committerGeorgi Kodinov <joro@sun.com>2009-06-12 17:06:59 +0300
commitdfb06c38c94c63b8756b12cc073df0a663086193 (patch)
tree7d4680e84ef0ece9380c5a53e778b3f1a359de7f /support-files
parent3e82a86ed2dea416c3262a912fb2f323b35a3dc4 (diff)
downloadmariadb-git-dfb06c38c94c63b8756b12cc073df0a663086193.tar.gz
fixed the build-tags command
Diffstat (limited to 'support-files')
-rwxr-xr-xsupport-files/build-tags2
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