Remove useless (and insecure) temp file handling.
This commit is contained in:
parent
3a819b0780
commit
03b4fc7240
@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/make_etags,v 1.3 2006/03/11 04:38:41 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/tools/make_etags,v 1.4 2009/01/13 19:32:29 petere Exp $
|
||||
|
||||
trap "rm -f /tmp/$$" 0 1 2 3 15
|
||||
rm -f ./TAGS
|
||||
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
||||
xargs etags --append -o TAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user