diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -362,9 +362,8 @@ pkg_list_available () { pkg_status () { check_installed "$1" cd $PDIR/$1 - info "looking for local modifications: $1" -# check_deps $1 -# checklinks $CL_OPTIONS + check_deps $1 + checklinks $CL_OPTIONS STATUS=$($VCS_CMD $VCS_STATUS) clear_line if ([ -n "$STATUS" ]) { |