changeset 725:541f39bcaba4

No need to clean up $tmpf
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 31 May 2020 17:09:47 +0900
parents 489efda25567
children 01be32e89ccd
files s4-funcs.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun May 31 16:48:52 2020 +0900
+++ b/s4-funcs.sh	Sun May 31 17:09:47 2020 +0900
@@ -1414,7 +1414,6 @@
 		head -c $CONTENT_LENGTH > $tmpf	# safe?
       		(echo CL=$CONTENT_LENGTH; ls -lF $tmpf) 1>&3
 		s="`cat $tmpf`"
-		tmpfiles=$tmpfiles"${tmpfiles+ }$tmpf"
 		;;
   esac
   case "$CONTENT_TYPE" in

yatex.org