mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
update-mirrordb.tcl: ui_warn is not available here
This commit is contained in:
@@ -16,7 +16,7 @@ foreach var {mirror_done portfile_hash_cache portname_portfile_map} {
|
||||
|
||||
dict for {portname status} $mirror_done {
|
||||
if {![dict exists $portname_portfile_map $portname]} {
|
||||
ui_warn "$portname not found in portname_portfile_map"
|
||||
puts stderr "$portname not found in portname_portfile_map"
|
||||
continue
|
||||
}
|
||||
set portfile [dict get $portname_portfile_map $portname]
|
||||
|
||||
Reference in New Issue
Block a user