mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
Remove useless (and insecure) temp file handling.
This commit is contained in:
parent
3a819b0780
commit
03b4fc7240
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue