Bugfixes around cpcheck command
This commit is contained in:
parent
25c2a5b094
commit
b3b609eb0a
10
aliases.tin
10
aliases.tin
@ -40,19 +40,19 @@
|
||||
{
|
||||
#list {cpareas} {find} {%3} {exists};
|
||||
#if {$exists == 0} { #list {cpareas} {sort} {%3}; };
|
||||
#list {%3} {sort} {%2};
|
||||
#list {cplist[%3]} {sort} {%2};
|
||||
};
|
||||
};
|
||||
|
||||
#ACTION {left to finish this campaign.$}
|
||||
{
|
||||
#var {cplog} {0};
|
||||
#foreach {$cpareas[%*]} {name}
|
||||
#foreach {$cpareas[%*]} {area}
|
||||
{
|
||||
#line {log} {$dir/logs/notes.log} {<199>$name:<099>};
|
||||
#foreach {${$name}[%*]} {target}
|
||||
#line {log} {$dir/logs/notes.log} {<199>$area:<099>};
|
||||
#foreach {$cplist[$area][%*]} {target}
|
||||
{
|
||||
#line {log} {$dir/logs/notes.log} { * <029>$target<099>};
|
||||
#line {log} {$dir/logs/notes.log} { * <029>$target<099>};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user