mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
Fix typo
This commit is contained in:
@@ -63,7 +63,7 @@ proc process_port_deps {portname} {
|
||||
}
|
||||
|
||||
proc check_failing_deps {portname} {
|
||||
if {[dict exists ::failingports $portname]} {
|
||||
if {[dict exists $::failingports $portname]} {
|
||||
return [dict get $::failingports $portname]
|
||||
}
|
||||
# Protect against dependency cycles
|
||||
|
||||
Reference in New Issue
Block a user