summaryrefslogtreecommitdiff
path: root/lib/sbin/ThornList.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/ThornList.pl')
-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 570ab318..0503f108 100644
--- a/lib/sbin/ThornList.pl
+++ b/lib/sbin/ThornList.pl
@@ -44,7 +44,7 @@ if (! defined $thornlist)
@thorns = &FindDirectories("$arrangements_dir$arrangement");
foreach $thorn (@thorns) {
- print "\n$arrangement/$thorn";
+ print "\n$arrangement/$thorn" if ($thorn ne "doc");
}
}
}