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 wrap: on
line diff
--- a/s4-funcs.sh	Sat Apr 06 18:26:49 2019 +0900
+++ b/s4-funcs.sh	Sat Apr 06 18:42:14 2019 +0900
@@ -347,7 +347,7 @@
   #tail -f $sqi | sq $db &	# "tail -f" is too heavy. DO NOT USE!!
   sq  $db < $sqi &
   sq3pid="`jobs -p` $!"
-  if [ -z "$isCGI" ]; then
+  if [ -n "$isCGI" ]; then
      exec 2>> $tmpdir/error.out
   fi
   exec 3>> $tmpdir/debug.out

yatex.org