Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $confirm!=yes and / notin $modreq and .. notin $modreq |
||
3 | test=!module title devel/$auth_login/$modreq |
||
4 | !if $test!=$empty |
||
5 | mod=$modreq |
||
6 | !endif |
||
7 | !exit |
||
8 | !endif |
||
9 | |||
10 | !if $mod=$empty |
||
11 | !goto end |
||
12 | !endif |
||
13 | |||
14 | !if / isin $mod or .. isin $mod |
||
15 | !goto end |
||
16 | !endif |
||
17 | |||
18 | !sh rm -fR $devdir/$mod |
||
19 | |||
20 | :end |
||
21 | job=modname |
||
22 | !changeto $job.proc |
||
23 |