Rev 3854 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3854 | Rev 4689 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | classb=$basedir/modules/classes |
7 | classb=$basedir/modules/classes |
8 | classd=$classb/$w_lang |
8 | classd=$classb/$w_lang |
9 | oefname=$sessiond/submit.oef |
9 | oefname=$sessiond/submit.oef |
10 | 10 | ||
11 | if [ ! -d $classd ]; then exit; fi |
11 | if [ ! -d $classd ]; then exit; fi |
- | 12 | ### in a particular situation a file images has been created by error |
|
- | 13 | ### do not understand why |
|
- | 14 | if [ -f $logd/images ]; then rm $logd/images ; mkdir $logd/images; fi |
|
12 | 15 | ||
13 | namesuffix= |
16 | namesuffix= |
14 | if [ ! -z "$w_existing" ]; then |
17 | if [ ! -z "$w_existing" ]; then |
15 | namebase=$w_existing |
18 | namebase=$w_existing |
16 | else |
19 | else |