aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/MAKE_CTAGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAKE_CTAGS b/src/MAKE_CTAGS
index ef99564694c..816ba70c7b5 100644
--- a/src/MAKE_CTAGS
+++ b/src/MAKE_CTAGS
@@ -7,4 +7,4 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -type d -print |while read DIR
do
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
-done
+done