diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 15:15:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 15:15:28 +0200 |
commit | 5caeb3cdf852d5b55a6351791917cf8681368ad5 (patch) | |
tree | b876dbb7be5fd3f74643300810da0573c8c38a30 /bin | |
parent | 2db4a5d32970aa004ccec50e4e32bc3b5b8d6223 (diff) |
oops
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ populate_collected () { for section in man/*; { for i in $section/*; { if (podchecker $i &> /dev/null) { - pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$(basename $section)/$(basename $i).$section + pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$(basename $section)/$(basename $i).$(basename $section) echo -n "+" } else { echo -n "." |