diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ populate_collected () { } if ([ -d bin ]) { for i in bin/*; { - if (podchecker bin/$i &> /dev/null) { - pod2man bin/$i > $PDIR/.collected/man/man1/$i + if (podchecker $i &> /dev/null) { + pod2man $i > $PDIR/.collected/man/man1/$(basename $i) } } } |