From 80f043ecb43335a3c1862b8a6ffde4332703f069 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 26 Oct 2012 03:12:26 +0000 Subject: Don't exclude flesh when handling requirements git-svn-id: http://svn.cactuscode.org/flesh/trunk@4897 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/CST | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/sbin/CST b/lib/sbin/CST index 1f407dcc..adf25584 100644 --- a/lib/sbin/CST +++ b/lib/sbin/CST @@ -594,7 +594,6 @@ sub TopoSort foreach $thorn (sort keys %thorns) { - next if ("\U$thorn\E" eq "CACTUS"); $thorn_ancestor{"\U$thorn\E"} = ''; foreach $ancestor_imp ( split(' ', $interface->{"\U$thorn INHERITS\E"})) { -- cgit v1.2.3