| Index: build/build-ctags.sh
|
| diff --git a/build/build-ctags.sh b/build/build-ctags.sh
|
| index 825da271d9db3ce20564216d766cbb436a1365c8..61e017e329888a29805c6ebd6c73b7bf75946189 100755
|
| --- a/build/build-ctags.sh
|
| +++ b/build/build-ctags.sh
|
| @@ -36,7 +36,7 @@ build_dir() {
|
| # errors about components that you just happen to have not built (NaCl, for
|
| # example).
|
| $(ctags_cmd "$extraexcludes") 2> /dev/null || fail $1
|
| - mv -f .tmp_tags .tags
|
| + mv -f .tmp_tags tags
|
| }
|
|
|
| # We always build the top level but leave all submodules as optional.
|
|
|