Rev 14087 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14087 | Rev 14245 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | bad_$keyword=!append item $ltest to $(bad_$keyword) |
25 | bad_$keyword=!append item $ltest to $(bad_$keyword) |
26 | !else |
26 | !else |
27 | loglist=!append item $ltest to $loglist |
27 | loglist=!append item $ltest to $loglist |
28 | !if @ isin $ltest or . isin $ltest |
28 | !if @ isin $ltest or . isin $ltest |
29 | !!!FIXME bidouillage - useful only to be able to define a variable dep_$ltest |
29 | !!!FIXME bidouillage - useful only to be able to define a variable dep_$ltest |
- | 30 | !!!! variables names must not content @ and - |
|
30 | !!! replace by writing in a file ??? |
31 | !!! replace by writing in a file ??? |
31 | ltest=!replace internal @ by |
32 | ltest=!replace internal @ by in $ltest |
32 | ltest=!replace internal . by |
33 | ltest=!replace internal . by in $ltest |
33 | ltest=!replace internal - by |
34 | ltest=!replace internal - by in $ltest |
- | 35 | ttt=0 |
|
- | 36 | ltest1=$ltest |
|
34 |
|
37 | !while $ltest1 isitemof $logtest |
35 |
|
38 | ltest1=$ltest$ttt |
36 |
|
39 | !increase ttt |
- | 40 | !endwhile |
|
- | 41 | ltest=$ltest1 |
|
37 | !endif |
42 | !endif |
38 | logtest=!append item $ltest to $logtest |
43 | logtest=!append item $ltest to $logtest |
39 | !endif |
44 | !endif |
40 | dep_$ltest=$l |
45 | dep_$ltest=$l |
41 | !endif |
46 | !endif |