|
|
|
|
@ -560,7 +560,7 @@ namespace eval punkcheck {
|
|
|
|
|
set name [dict get $rec -name] |
|
|
|
|
if {[dict exists $sanity_dict $name]} { |
|
|
|
|
#todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records |
|
|
|
|
puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m" |
|
|
|
|
puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m" |
|
|
|
|
set insane "$name" |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
|