comparison s4-init.sh @ 534:ce6d0f04f520

Do not read s4-funcs.sh twice
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Apr 2019 18:46:10 +0900
parents 7d7b81cfd3a0
children d63b9b287ae9
comparison
equal deleted inserted replaced
533:52cf1ec90cfa 534:ce6d0f04f520
1 #!/bin/sh 1 #!/bin/sh -x
2 . `dirname $0`/s4-funcs.sh 2 type cgiinit >/dev/null 2.&1 || . `dirname $0`/s4-funcs.sh
3 3
4 create() { 4 create() {
5 # $1=type $2=obj $3=defs... 5 # $1=type $2=obj $3=defs...
6 target=$1; shift 6 target=$1; shift
7 name=$1; shift 7 name=$1; shift

yatex.org