s4

changeset 533:52cf1ec90cfa

isCGI reversed
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Apr 2019 18:42:14 +0900
parents c4597d0873e6
children ce6d0f04f520
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sat Apr 06 18:26:49 2019 +0900
     1.2 +++ b/s4-funcs.sh	Sat Apr 06 18:42:14 2019 +0900
     1.3 @@ -347,7 +347,7 @@
     1.4    #tail -f $sqi | sq $db &	# "tail -f" is too heavy. DO NOT USE!!
     1.5    sq  $db < $sqi &
     1.6    sq3pid="`jobs -p` $!"
     1.7 -  if [ -z "$isCGI" ]; then
     1.8 +  if [ -n "$isCGI" ]; then
     1.9       exec 2>> $tmpdir/error.out
    1.10    fi
    1.11    exec 3>> $tmpdir/debug.out