s4

changeset 65:3229b05617a3

typo
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 29 Jul 2015 21:14:28 +0900
parents 54bbd7ce3766
children 666180f62a3d
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Jul 27 22:12:16 2015 +0900
     1.2 +++ b/s4-funcs.sh	Wed Jul 29 21:14:28 2015 +0900
     1.3 @@ -969,6 +969,7 @@
     1.4  cleanup() {
     1.5    echo .quit > $sqi
     1.6    kill $sq3pid
     1.7 +  kill $sq3pid
     1.8    rm -f $sqo $sqi
     1.9    rm -rf $tmpfiles
    1.10  }
    1.11 @@ -1148,7 +1149,7 @@
    1.12  <p>招待状の有効期限(1週間)が切れているか、チケット番号が異なっています。
    1.13  加入している人に、再度招待してもらいましょう。</p>
    1.14  EOF
    1.15 -    reutrn
    1.16 +    return
    1.17    fi
    1.18    echo "$email さんようこそ" | html h2
    1.19    query "replace into user values('$email');"