Rev 12569 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12593 | bpr | 1 | !set data_dir=wimshome/public_html/scripts/data/glossary |
12569 | bpr | 2 | !set gloss_dir=wimshome/log/classes/$wims_class/tool |
3 | |||
4 | !if $wims_class=$empty |
||
5 | !exit |
||
6 | !endif |
||
7 | !if $wims_user=supervisor |
||
8 | Gloss_dir=$wims_home/log/classes/$wims_class/tool |
||
9 | !sh mkdir -p $Gloss_dir; |
||
10 | !endif |