mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03: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
|
trap "rm -f /tmp/$$" 0 1 2 3 15
|
||||||
rm -f ./TAGS
|
rm -f ./TAGS
|
||||||
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
||||||
xargs etags --append --output=TAGS
|
xargs etags --append -o TAGS
|
||||||
|
|
||||||
find . -type d -print | \
|
find . -type d -print | \
|
||||||
while read DIR; do
|
while read DIR; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user