From b010add0a372c685f2e1e87044a343abdcf64cc7 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 20 Aug 2004 11:31:01 +0000 Subject: Create a thorn list from an arrangement directory with newlines after each thorn, not in front of each thorn. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3851 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/ThornList.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/ThornList.pl') diff --git a/lib/sbin/ThornList.pl b/lib/sbin/ThornList.pl index f4e9f48f..e53ba8e6 100644 --- a/lib/sbin/ThornList.pl +++ b/lib/sbin/ThornList.pl @@ -79,7 +79,7 @@ elsif (! defined $thornlist) @thorns = &FindDirectories("$arrangements_dir$arrangement"); foreach my $thorn (@thorns) { - print "\n$arrangement/$thorn" if ($thorn ne "doc"); + print "$arrangement/$thorn\n" if ($thorn ne "doc"); } } } -- cgit v1.2.3