Subversion Repositories wimsdev

Rev

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

Rev 15280 Rev 15934
Line 30... Line 30...
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
  check1=$(check[1])
35
  check=!nospace $check
36
  check=!nospace $check
36
  check=!translate internal , to / in $check
37
  check=!translate internal , to / in $check
37
  !if $check!=$empty and $check isitemof $dir and .. notin $fname
38
  !if $check!=$empty and .. notin $fname and \
-
 
39
    ($check isitemof $dir or $check1 iswordof slib)
38
    src=cd $devdir/$mod; rm -f $fname
40
    src=cd $devdir/$mod; rm -f $fname
39
    !if ../images/ isin ../$check/
41
    !if ../images/ isin ../$check/
40
      src=$src\
42
      src=$src\
41
      exec imgindex
43
      exec imgindex
42
    !endif
44
    !endif