summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index b4d9989..4e94e43 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -158,7 +158,7 @@ populate_collected () {
cd $PDIR/$1 || return
info "Enabling documentation "
if ([ -d man ]) {
- for section in man/*;
+ for section in man/*; {
for i in man/$section/*; {
if (podchecker $i &> /dev/null) {
pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$section/$(basename $i).$section