diff s4-funcs.sh @ 337:48d0b6c4de65

Revise SQL for article search drastically for speed.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 22 Oct 2016 22:58:10 +0859
parents 9dc6f9e60f6a
children 47d83939666b
line wrap: on
line diff
--- a/s4-funcs.sh	Sat Oct 22 00:39:53 2016 +0859
+++ b/s4-funcs.sh	Sat Oct 22 22:58:10 2016 +0859
@@ -322,6 +322,7 @@
   rm $sqi
 }
 cleanup() {
+  trap '' INT HUP EXIT TERM PIPE
   echo .quit >&5
   kill $sq3pid
   kill $sq3pid

yatex.org