From 0fc219c424d897e5d3a4dffc67a025ac13250a0c Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 22 Jul 2011 14:15:54 +0200 Subject: mv tempfile mktemp --- infest/bin/make-patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infest') 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 -- cgit v1.2.3