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 wrap: on
line diff
--- a/s4-funcs.sh	Sun May 31 15:41:28 2020 +0900
+++ b/s4-funcs.sh	Sun May 31 16:48:52 2020 +0900
@@ -1413,7 +1413,7 @@
 		# cat > $tmpf		# too much?
 		head -c $CONTENT_LENGTH > $tmpf	# safe?
       		(echo CL=$CONTENT_LENGTH; ls -lF $tmpf) 1>&3
-		s="`cat tmp/stream`"
+		s="`cat $tmpf`"
 		tmpfiles=$tmpfiles"${tmpfiles+ }$tmpf"
 		;;
   esac

yatex.org