Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03b4fc7

Browse files
committed
Remove useless (and insecure) temp file handling.
1 parent3a819b0 commit03b4fc7

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)

[8]ページ先頭

©2009-2025 Movatter.jp