From 7fee6b9cda9ca1cb5fc32946c8377c4b1bef958b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 22:20:01 +0200 Subject: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3