diff options
author | tv <tv@also> | 2011-07-22 15:25:04 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-22 15:25:04 +0200 |
commit | 8b225805bcffc476f8c7fce4c8391e8035ee1c9c (patch) | |
tree | bddaee871608c0985cd1fb4781bc9e5140ff05c6 /infest | |
parent | 2719c0b478d9a0ff780acbde95489ff6995ae884 (diff) | |
parent | da7814f9fd0678823ec3107a8843c97f91714bf3 (diff) |
Merge branch 'toaster'
Diffstat (limited to 'infest')
-rwxr-xr-x | infest/bin/make-patch | 4 |
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 |