summaryrefslogtreecommitdiffstats
path: root/infest
diff options
context:
space:
mode:
authortv <tv@also>2011-07-22 15:25:04 +0200
committertv <tv@also>2011-07-22 15:25:04 +0200
commit86275585b6a0afa6245d088ffda6010c2b3291e7 (patch)
tree1398cdea9c0fc9828d7e99dd12378155b08abd87 /infest
parenta00c0be78ccd5d017dde07cdc664a3c77ef7a3e5 (diff)
parent183e94ba634bdb938003a5ccf52dcdfedf7c683c (diff)
Merge branch 'toaster'
Diffstat (limited to 'infest')
-rwxr-xr-xinfest/bin/make-patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/infest/bin/make-patch b/infest/bin/make-patch
index e2ef0ca0..1051c1aa 100755
--- a/infest/bin/make-patch
+++ b/infest/bin/make-patch
@@ -1,7 +1,7 @@
#! /bin/sh
-t="`tempfile`"
-p="`tempfile`"
+t="`mktemp`"
+p="`mktemp`"
trap "test -e $t && rm $t; test -e $p && rm $p" EXIT INT
f=/etc/passwd