Subversion Repositories wimsdev

Rev

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

Rev 17871 Rev 17881
Line 21... Line 21...
21
 
21
 
22
!sh cd $wims_home/log/classes/$wims_class/sheets/\
22
!sh cd $wims_home/log/classes/$wims_class/sheets/\
23
cp .sheet$sheet .sheet$[$scnt+1]
23
cp .sheet$sheet .sheet$[$scnt+1]
24
tmp=!fileexists $wims_home/log/classes/$wims_class/sheets/sheet$sheet.src
24
tmp=!fileexists $wims_home/log/classes/$wims_class/sheets/sheet$sheet.src
25
!if $tmp=yes
25
!if $tmp=yes
26
  msg2wims_primitives=!defof DF_msgprim in wimshome/public_html/scripts/primitives/allmsgprim
26
  msg2wims_primitives=!defof msgprim in wimshome/public_html/scripts/primitives/allmsgprim
27
  !sh cd $wims_home/log/classes/$wims_class/sheets/\
27
  !sh cd $wims_home/log/classes/$wims_class/sheets/\
28
cp -p sheet$sheet.src sheet$[$scnt+1].src\
28
cp -p sheet$sheet.src sheet$[$scnt+1].src\
29
$wims_home/bin/msg2wims sheet$[$scnt+1].src sheet$[$scnt+1].def
29
$wims_home/bin/msg2wims sheet$[$scnt+1].src sheet$[$scnt+1].def
30
!endif
30
!endif
31
 
31