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