From 2844a85dff382cf451ded782b2dbdd3fdaebe034 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 26 Feb 2024 20:10:16 +1100 Subject: [PATCH] Fix typo --- tools/sort-with-subports.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sort-with-subports.tcl b/tools/sort-with-subports.tcl index ac6f56b..4c8f37d 100755 --- a/tools/sort-with-subports.tcl +++ b/tools/sort-with-subports.tcl @@ -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