diff s4-funcs.sh @ 72:3dc3ddd2d3e5

getcachedir argument contains rowid
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 31 Jul 2015 23:22:59 +0900
parents 3a157da0801d
children a8b4eb19a2fb
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Jul 31 23:21:08 2015 +0900
+++ b/s4-funcs.sh	Fri Jul 31 23:22:59 2015 +0900
@@ -2019,7 +2019,7 @@
 <input name="confirm" type=checkbox value="yes">はい</span>'
   fi
   # Image Cache dir
-  td=`getcachedir $2$3`
+  td=`getcachedir "$2/$3"`
   while IFS=: read prompt name keytype type args; do
     [ -z "${prompt%%\#*}" ] && continue # skip comment line(#)
     sp="${args:+ }"

yatex.org