summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg5
1 files 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" ]) {