Subversion Repositories wimsdev

Rev

Rev 17871 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17871 Rev 17881
Line 9... Line 9...
9
maindir=`pwd`
9
maindir=`pwd`
10
cd ../../../bin
10
cd ../../../bin
11
bindir=`pwd`
11
bindir=`pwd`
12
msg2wims=$bindir/msg2wims
12
msg2wims=$bindir/msg2wims
13
cd $maindir
13
cd $maindir
14
w_msg2wims_primitives=`grep DF_msgprim ../../../public_html/scripts/primitives/allmsgprim|awk -F "=" '{print $2}'`
14
w_msg2wims_primitives=`grep msgprim ../../../public_html/scripts/primitives/allmsgprim|awk -F "=" '{print $2}'`
15
export w_msg2wims_primitives w_module wims_exec_parm
15
export w_msg2wims_primitives w_module wims_exec_parm
16
w_module=adm/doc.en
16
w_module=adm/doc.en
17
deflist="titb keyw datm prev next upbl dat1 dat2"
17
deflist="titb keyw datm prev next upbl dat1 dat2"
18
 
18
 
19
if [ ! -z "$1" ]; then
19
if [ ! -z "$1" ]; then
Line 52... Line 52...
52
  else
52
  else
53
   rm -f $f.def
53
   rm -f $f.def
54
   size=0
54
   size=0
55
  fi
55
  fi
56
  echo "	$f	$size"
56
  echo "	$f	$size"
57
 done 
57
 done
58
 rm -f .tmp*
58
 rm -f .tmp*
59
 cd $maindir
59
 cd $maindir
60
done
60
done
61
 
61