summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sbin/ThornList.pl2
1 files changed, 1 insertions, 1 deletions
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");
}
}
}