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 e6a4413 commit b651540Copy full SHA for b651540
src/tools/make_etags
@@ -2,7 +2,7 @@
2
trap "rm -f /tmp/$$" 0 1 2 3 15
3
rm -f ./TAGS
4
find `pwd`/ -type f -name '*.[chyl]' -print | \
5
- xargs etags --append --output=TAGS
+ xargs etags --append -o TAGS
6
7
find . -type d -print | \
8
while read DIR; do
0 commit comments