mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
For some ungodly reason my etags doesn't have an --output option, but it
does have -o.
This commit is contained in:
parent
e6a4413481
commit
b651540720
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user