We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dfbec commit 5fb8eaaCopy full SHA for 5fb8eaa
src/MAKE_CTAGS
@@ -7,4 +7,4 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
7
find . -type d -print |while read DIR
8
do
9
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
10
-done
+done
0 commit comments