diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 22:46:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 22:46:37 +0200 |
commit | ef80eb058e4039d6d495ff247070af607f291b60 (patch) | |
tree | 99496868b2ad7cdcc37869dbe9389c722c080703 | |
parent | e3a73c1cba50cf40839ff21c6b0184d78985080a (diff) |
bin/pkg: check_status: print nothing, also check deps and links
-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" ]) { |