changeset 781:4dcfeeb59b8f feature-world

Cache directories should be separated by WORLD
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 11 Jun 2020 19:38:32 +0900
parents b23f26406690
children 5adf7e5a5fcc
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Jun 11 19:37:59 2020 +0900
+++ b/s4-funcs.sh	Thu Jun 11 19:38:32 2020 +0900
@@ -73,7 +73,7 @@
 session=$main_session
 
 tconfs=""
-imgcached=cache/img.`date +%Y/%m`
+imgcached=cache/${S4WORLD:+$S4WORLD/}img.`date +%Y/%m`
 conftbl=_tblconf
 nl="
 "

yatex.org