diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/tags.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 5bd8b1003d4..4a34ec591e8 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
| @@ -164,10 +164,12 @@ case "$1" in | |||
| 164 | ;; | 164 | ;; |
| 165 | 165 | ||
| 166 | "tags") | 166 | "tags") |
| 167 | rm -f tags | ||
| 167 | xtags ctags | 168 | xtags ctags |
| 168 | ;; | 169 | ;; |
| 169 | 170 | ||
| 170 | "TAGS") | 171 | "TAGS") |
| 172 | rm -f TAGS | ||
| 171 | xtags etags | 173 | xtags etags |
| 172 | ;; | 174 | ;; |
| 173 | esac | 175 | esac |
