]> git.pld-linux.org Git - packages/klibc.git/blame - klibc-ash-fix-mktemp-syntax.patch
- updated for 1.3.21.
[packages/klibc.git] / klibc-ash-fix-mktemp-syntax.patch
CommitLineData
57972c9c
PS
1--- klibc-1.1.16/dash/mkbuiltins.orig 2006-01-06 06:11:43.000000000 +0000
2+++ klibc-1.1.16/dash/mkbuiltins 2006-01-08 11:12:00.566097680 +0000
3@@ -37,7 +37,7 @@
4
5 tempfile=tempfile
6 if ! type tempfile > /dev/null 2>&1; then
7- tempfile=mktemp
8+ tempfile='mktemp $0.XXXXXX'
9 fi
10
11 trap 'rm -f $temp $temp2' EXIT
This page took 0.030597 seconds and 4 git commands to generate.