s4

changeset 724:489efda25567

tmpf should be passed by variable...
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 31 May 2020 16:48:52 +0900
parents b8f5bfb91ea2
children 541f39bcaba4
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sun May 31 15:41:28 2020 +0900
     1.2 +++ b/s4-funcs.sh	Sun May 31 16:48:52 2020 +0900
     1.3 @@ -1413,7 +1413,7 @@
     1.4  		# cat > $tmpf		# too much?
     1.5  		head -c $CONTENT_LENGTH > $tmpf	# safe?
     1.6        		(echo CL=$CONTENT_LENGTH; ls -lF $tmpf) 1>&3
     1.7 -		s="`cat tmp/stream`"
     1.8 +		s="`cat $tmpf`"
     1.9  		tmpfiles=$tmpfiles"${tmpfiles+ }$tmpf"
    1.10  		;;
    1.11    esac