mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
For some ungodly reason my etags doesn't have an --output option, but it
does have -o.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
trap "rm -f /tmp/$$" 0 1 2 3 15
|
||||
rm -f ./TAGS
|
||||
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
||||
xargs etags --append --output=TAGS
|
||||
xargs etags --append -o TAGS
|
||||
|
||||
find . -type d -print | \
|
||||
while read DIR; do
|
||||
|
Reference in New Issue
Block a user