summaryrefslogtreecommitdiff
path: root/build-aux/help2man
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/help2man')
-rwxr-xr-xbuild-aux/help2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/help2man b/build-aux/help2man
index af57f41..9c7851c 100755
--- a/build-aux/help2man
+++ b/build-aux/help2man
@@ -527,7 +527,7 @@ for (@pre, (grep ! /^($filter)$/o, @include), @post)
{
my $quote = /\W/ ? '"' : '';
print ".SH $quote$_$quote\n";
-
+
for ($include{$_})
{
# Replace leading dot, apostrophe and backslash tokens.