s4

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 diff
     1.1 --- a/s4-funcs.sh	Sun Jun 14 11:16:41 2020 +0900
     1.2 +++ b/s4-funcs.sh	Sun Jun 14 11:19:04 2020 +0900
     1.3 @@ -85,7 +85,7 @@
     1.4  iconcachekey="profimgcache_S"
     1.5  
     1.6  # Start debug logging
     1.7 -logtag="${S4WORLD:+\{$S4WORLD\}}"
     1.8 +logtag="${S4WORLD:+{$S4WORLD\}}"
     1.9  exec 3>> $logdir/debug.out
    1.10  err() {
    1.11    echo "[`date +%F-%T%z`]$logtag $@" 1>&3