diff --git a/src/MAKE_CTAGS b/src/MAKE_CTAGS index ef99564694..816ba70c7b 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