Rev 2217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2217 | Rev 12616 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | other_description=!defof class_description in $classdir1/$shareprog/.def |
6 | other_description=!defof class_description in $classdir1/$shareprog/.def |
7 | l_=!translate / to , in $shareprog |
7 | l_=!translate / to , in $shareprog |
8 | other_level=!defof class_description in $classdir1/$(l_[1])/.def |
8 | other_level=!defof class_description in $classdir1/$(l_[1])/.def |
9 | 9 | ||
10 | !if $confirm!=yes or $other_level=$empty or $other_description=$empty or |
10 | !if $confirm!=yes or $other_level=$empty or $other_description=$empty or |
11 |
|
11 | $class_description=$empty or $class_recshare!=$empty |
12 | !exit |
12 | !exit |
13 | !endif |
13 | !endif |
14 | 14 | ||
15 | ready=!defof class_recshare in $classdir1/$shareprog/.def |
15 | ready=!defof class_recshare in $classdir1/$shareprog/.def |
16 | !if $ready!=$empty and $ready!=main |
16 | !if $ready!=$empty and $ready!=main |
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
19 | 19 | ||
20 | !sh cd $classdir2/$prog\ |
20 | !sh cd $classdir2/$prog\ |
21 | for f in def doc exams sheets src vote seq Exindex Extitles; do\ |
21 | for f in def doc exams sheets src vote seq Exindex Extitles; do\ |
22 | rm -fR $$f\ |
22 | rm -fR $$f\ |