From ef80eb058e4039d6d495ff247070af607f291b60 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Jun 2008 22:46:37 +0200 Subject: bin/pkg: check_status: print nothing, also check deps and links --- bin/pkg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/pkg b/bin/pkg index caae4b0..6d061c2 100755 --- a/bin/pkg +++ b/bin/pkg @@ -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" ]) { -- cgit v1.2.3