Skip to content

Commit 03b4fc7

Browse files
committed
Remove useless (and insecure) temp file handling.
1 parent 3a819b0 commit 03b4fc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/make_etags

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/make_etags,v 1.3 2006/03/11 04:38:41 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/make_etags,v 1.4 2009/01/13 19:32:29 petere Exp $
44

5-
trap "rm -f /tmp/$$" 0 1 2 3 15
65
rm -f ./TAGS
76
find `pwd`/ -type f -name '*.[chyl]' -print | \
87
xargs etags --append -o TAGS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy