From 4c969e7894c28011048c16ed4ea2353770b09c4e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 8 Jun 2008 18:39:52 +0200 Subject: bin/pkg: pkg_status: Removed crap --- bin/pkg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/pkg b/bin/pkg index 1056906..75b1b1d 100755 --- a/bin/pkg +++ b/bin/pkg @@ -312,14 +312,13 @@ pkg_list_available () { pkg_status () { 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" ]) { - info "\rLocally modified in $1:\n" + info "Locally modified in $1:\n" echo "$STATUS" - } else { - clear_line } } -- cgit v1.2.3