Rev 2389 | Rev 14348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2389 | Rev 12498 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $auth_login=$empty |
2 | !if $auth_login=$empty |
3 | job=auth |
3 | job=auth |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | selectshow=!text select $searchchars in $selectshow |
7 | selectshow=!text select $searchchars in $selectshow |
8 | authdir=$devdir |
8 | authdir=$devdir |
9 | 9 | ||
10 | !if $selectshow!=$empty |
10 | !if $selectshow!=$empty |
11 | select=tt=`echo "$$$$tt" | egrep '$selectshow'` |
11 | select=tt=`echo "$$$$tt" | egrep '$selectshow'` |
12 | !else |
12 | !else |
13 | !reset select |
13 | !reset select |
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | existing=!sh tt=`ls $devdir`\ |
16 | existing=!sh tt=`ls $devdir`\ |
17 | echo "$$tt" | grep -c .\ |
17 | echo "$$tt" | grep -c .\ |
18 | $select\ |
18 | $select\ |
Line 22... | Line 22... | ||
22 | existing=!line 2 to -1 of $existing |
22 | existing=!line 2 to -1 of $existing |
23 | existing=!words2items $existing |
23 | existing=!words2items $existing |
24 | existcnt=!itemcnt $existing |
24 | existcnt=!itemcnt $existing |
25 | 25 | ||
26 | !for i in $deflist |
26 | !for i in $deflist |
27 | i_$i= |
27 | i_$i= |
28 | !next i |
28 | !next i |
29 | 29 |