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