changeset 799:e516626923f7 feature-world

Backslash escaping fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 14 Jun 2020 11:19:04 +0900
parents 91016ff5edb3
children 12a567f00744
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun Jun 14 11:16:41 2020 +0900
+++ b/s4-funcs.sh	Sun Jun 14 11:19:04 2020 +0900
@@ -85,7 +85,7 @@
 iconcachekey="profimgcache_S"
 
 # Start debug logging
-logtag="${S4WORLD:+\{$S4WORLD\}}"
+logtag="${S4WORLD:+{$S4WORLD\}}"
 exec 3>> $logdir/debug.out
 err() {
   echo "[`date +%F-%T%z`]$logtag $@" 1>&3

yatex.org