report-targets: tweak targets
There's yet another m-p target class, ve/*; and let's put a semicolon after anything else, too.
This commit is contained in:
parent
c9806d9b5c
commit
949733a9b4
@ -21,10 +21,10 @@ while read first second third rest; do
|
|||||||
for to in $TO; do
|
for to in $TO; do
|
||||||
out=" \"$FROM\" -> \"$to\""
|
out=" \"$FROM\" -> \"$to\""
|
||||||
case $to in
|
case $to in
|
||||||
*distro/*|*vm/*)
|
*distro/*|*vm/*|*ve/*)
|
||||||
echo "$out [weight=10];";;
|
echo "$out [weight=10];";;
|
||||||
*)
|
*)
|
||||||
echo "$out";;
|
echo "$out;";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user