]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- fix mktemp usage.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 8 Jan 2006 11:24:23 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    klibc-ash-fix-mktemp-syntax.patch -> 1.1

klibc-ash-fix-mktemp-syntax.patch [new file with mode: 0644]

diff --git a/klibc-ash-fix-mktemp-syntax.patch b/klibc-ash-fix-mktemp-syntax.patch
new file mode 100644 (file)
index 0000000..61d154c
--- /dev/null
@@ -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
This page took 0.110543 seconds and 4 git commands to generate.