From add790564ab414efc14e775b6283a51fb9a3c96d Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 24 Oct 1999 10:15:57 +0000 Subject: Changing the format of the ThornList comments git-svn-id: http://svn.cactuscode.org/flesh/trunk@1086 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/MakeUtils.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/sbin/MakeUtils.pl b/lib/sbin/MakeUtils.pl index b8b5603b..1b4e086e 100644 --- a/lib/sbin/MakeUtils.pl +++ b/lib/sbin/MakeUtils.pl @@ -169,7 +169,7 @@ sub ThornInfo if($inherits =~ /^[\s\t\n]*$/) { - $inherits = "(none)"; + $inherits = " "; } else { @@ -180,7 +180,7 @@ sub ThornInfo if($friends =~ /^[\s\t\n]*$/) { - $friends = "(none)"; + $friends = " "; } else { @@ -190,7 +190,7 @@ sub ThornInfo } if($shares =~ /^[\s\t\n]*$/) { - $shares = "(none)"; + $shares = " "; } else { @@ -199,7 +199,7 @@ sub ThornInfo $shares =~ s:[\s\t\n]+:,:g; } - return "Implements: $implementation Inherits: $inherits Friends: $friends Shares: $shares"; + return "$implementation ($inherits) [$friends] {$shares}"; } -- cgit v1.2.3