]> git.pld-linux.org Git - packages/klibc.git/blob - klibc-ash-fix-mktemp-syntax.patch
- fix mktemp usage.
[packages/klibc.git] / klibc-ash-fix-mktemp-syntax.patch
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.026763 seconds and 3 git commands to generate.