diff --git a/[refs] b/[refs] index f6ea355ab578..12c04f58a66d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8 +refs/heads/master: 2e6cb8b0dc602ba4aa23d1ec7e3524a7268f59d9 diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index 5bd8b1003d44..4a34ec591e8c 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -164,10 +164,12 @@ case "$1" in ;; "tags") + rm -f tags xtags ctags ;; "TAGS") + rm -f TAGS xtags etags ;; esac