From 57972c9c1ce3928fcd79b8a7238b4b86983f2647 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Sun, 8 Jan 2006 11:24:23 +0000 Subject: [PATCH] - fix mktemp usage. Changed files: klibc-ash-fix-mktemp-syntax.patch -> 1.1 --- klibc-ash-fix-mktemp-syntax.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 klibc-ash-fix-mktemp-syntax.patch diff --git a/klibc-ash-fix-mktemp-syntax.patch b/klibc-ash-fix-mktemp-syntax.patch new file mode 100644 index 0000000..61d154c --- /dev/null +++ b/klibc-ash-fix-mktemp-syntax.patch @@ -0,0 +1,11 @@ +--- klibc-1.1.16/dash/mkbuiltins.orig 2006-01-06 06:11:43.000000000 +0000 ++++ klibc-1.1.16/dash/mkbuiltins 2006-01-08 11:12:00.566097680 +0000 +@@ -37,7 +37,7 @@ + + tempfile=tempfile + if ! type tempfile > /dev/null 2>&1; then +- tempfile=mktemp ++ tempfile='mktemp $0.XXXXXX' + fi + + trap 'rm -f $temp $temp2' EXIT -- 2.43.0