mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove useless (and insecure) temp file handling.
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/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
|
rm -f ./TAGS
|
||||||
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
find `pwd`/ -type f -name '*.[chyl]' -print | \
|
||||||
xargs etags --append -o TAGS
|
xargs etags --append -o TAGS
|
||||||
|
Reference in New Issue
Block a user