# HG changeset patch # User HIROSE Yuuji # Date 1608159398 -32400 # Node ID 99187e4ad69b364c9cee5c3d20c120cb3cb7d8a0 # Parent 4c02a9f862d790199111f890a3c98d2e24e0ce9b Enclose process id with parens instead of brackets diff -r 4c02a9f862d7 -r 99187e4ad69b s4-funcs.sh --- a/s4-funcs.sh Thu Dec 17 07:36:56 2020 +0900 +++ b/s4-funcs.sh Thu Dec 17 07:56:38 2020 +0900 @@ -88,7 +88,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