diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ exec_hook () { check_prereqs () { package=$1 [[ -r $PDIR/$package/prereqs ]] || return 0 + cd $PDIR/$package info "checking prerequisites\n" typeset -a install |