Rev 12043 | Rev 14348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12043 | Rev 13573 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | !endif |
28 | !endif |
29 | 29 | ||
30 | !bound bin_dir within $dir default $ |
30 | !bound bin_dir within $dir default $ |
31 | 31 | ||
32 | !if $bin_job=erase and $fname!=$empty |
32 | !if $bin_job=erase and $fname!=$empty |
33 | check=!translate internal / to , in $fname |
33 | check=!translate internal / to , in $fname |
34 | check=!item 1 to -2 of $check |
34 | check=!item 1 to -2 of $check |
35 | check=!nospace $check |
35 | check=!nospace $check |
36 | check=!translate internal , to / in $check |
36 | check=!translate internal , to / in $check |
37 | !if $check!=$empty and $check isitemof $dir and .. notin $fname |
37 | !if $check!=$empty and $check isitemof $dir and .. notin $fname |
38 | src=cd $devdir/$mod; rm -f $fname |
38 | src=cd $devdir/$mod; rm -f $fname |
39 | !if ../images/ isin ../$check/ |
39 | !if ../images/ isin ../$check/ |
40 | src=$src\ |
40 | src=$src\ |
41 | exec imgindex |
41 | exec imgindex |
- | 42 | !endif |
|
- | 43 | !sh $src |
|
- | 44 | successdelete=yes |
|
- | 45 | !else |
|
- | 46 | successdelete=no |
|
42 | !endif |
47 | !endif |
43 | !sh $src |
- | |
44 | successdelete=yes |
- | |
45 | !else |
- | |
46 | successdelete=no |
- | |
47 | !endif |
- | |
48 | !endif |
48 | !endif |
49 | 49 | ||
50 | success=no |
50 | success=no |
51 | !if $wims_deposit!=$empty and $wims_deposit!=noname.file \ |
51 | !if $wims_deposit!=$empty and $wims_deposit!=noname.file \ |
52 | and $bin_job=deposit and $bin_dir!=$empty \ |
52 | and $bin_job=deposit and $bin_dir!=$empty \ |